aboutsummaryrefslogtreecommitdiffstats
path: root/configs/liteboard_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-09 22:35:22 +0000
committerTom Rini <trini@konsulko.com>2021-11-09 21:08:33 -0500
commitd0bf0082926d1f1b6bb362e12b3af750e052cb7d (patch)
tree011e02d0dabb494ce71015c5d88a98fb519c5a06 /configs/liteboard_defconfig
parente8e9c6f48400989c5fc54467576f8d535bd713e6 (diff)
downloadu-boot-d0bf0082926d1f1b6bb362e12b3af750e052cb7d.tar.gz
Convert CONFIG_USE_BOOTCOMMAND et al to KconfigWIP/migrate-BOOTCOMMAND
This converts the following to Kconfig: CONFIG_USE_BOOTCOMMAND CONFIG_BOOTCOMMAND CONFIG_RAMBOOTCOMMAND CONFIG_NFSBOOTCOMMAND Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/liteboard_defconfig')
-rw-r--r--configs/liteboard_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/liteboard_defconfig b/configs/liteboard_defconfig
index ab62c20255b..041495f57f2 100644
--- a/configs/liteboard_defconfig
+++ b/configs/liteboard_defconfig
@@ -20,6 +20,8 @@ CONFIG_SPL_SERIAL=y
CONFIG_SPL=y
CONFIG_SUPPORT_RAW_INITRD=y
CONFIG_BOOTDELAY=1
+CONFIG_USE_BOOTCOMMAND=y
+CONFIG_BOOTCOMMAND="mmc dev ${mmcdev};if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; else run netboot; fi; fi; else run netboot; fi"
CONFIG_DEFAULT_FDT_FILE="imx6ul-liteboard.dtb"
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL_WATCHDOG=y