summaryrefslogtreecommitdiff
path: root/configs/pico-imx6_defconfig
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2019-06-19 15:03:44 -0300
committerStefano Babic <sbabic@denx.de>2019-10-08 16:35:59 +0200
commit7efe52a0a7142354e428ed81f8d84a22884b8be3 (patch)
treed89f7dc6ea5953b62bdb57fd88a9cc8705cf9187 /configs/pico-imx6_defconfig
parent004eee86f1181f712345370163baa0d158716196 (diff)
pico-imx6: Fix bootmenu handling
We should use a common script to allow booting the U-Boot console as fallback so we ended using a 'default_boot' and 'base_boot' environment scripts to accomplish that. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs/pico-imx6_defconfig')
-rw-r--r--configs/pico-imx6_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig
index a0448b2236..4291f6fab0 100644
--- a/configs/pico-imx6_defconfig
+++ b/configs/pico-imx6_defconfig
@@ -15,7 +15,7 @@ CONFIG_FIT=y
CONFIG_SPL_FIT_PRINT=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"
-CONFIG_BOOTCOMMAND="run findbaseboard; run findfdt; run finduuid; run distro_bootcmd"
+CONFIG_BOOTCOMMAND="run default_boot"
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y
CONFIG_DEFAULT_FDT_FILE="ask"