## /etc/default/u-boot - configuration file 

U_BOOT_IS_SETUP="false"
#U_BOOT_ALTERNATIVES="default recovery"
#U_BOOT_DEFAULT="l0"
#U_BOOT_PROMPT="1"
#U_BOOT_ENTRIES="all"
#U_BOOT_MENU_LABEL="BredOS"
U_BOOT_PARAMETERS="splash quiet"
#U_BOOT_ROOT=""
#U_BOOT_TIMEOUT="50"
U_BOOT_COPY_DTB_TO_BOOT="true"
# Device tree file (will be searched and copied to /boot if U_BOOT_COPY_DTB_TO_BOOT=true)
#U_BOOT_FDT=""
# Device tree overlays
#U_BOOT_FDT_OVERLAYS=""


