diff options
author | Fabio Estevam | 2017-11-20 11:54:33 -0200 |
---|---|---|
committer | Stefano Babic | 2017-12-29 11:17:22 +0100 |
commit | b47b7053108d9b41a49a2b2d9df096a35e26c0d4 (patch) | |
tree | 4cd3d19a6a992a4076f5b8806305395064d0bf36 /configs/mx6slevk_spl_defconfig | |
parent | 48a346061d1f0a7eff566f6a7cc7eeeba7efb1e2 (diff) |
imx: Unify CONFIG_BOOTDELAY
In order to provide a consistent user experience for imx board users,
remove the custom CONFIG_BOOTDELAY values from defconfig files, so that
all boards can use the default two second delay.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'configs/mx6slevk_spl_defconfig')
-rw-r--r-- | configs/mx6slevk_spl_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mx6slevk_spl_defconfig b/configs/mx6slevk_spl_defconfig index 8f58899b1ce..79ebe4c5200 100644 --- a/configs/mx6slevk_spl_defconfig +++ b/configs/mx6slevk_spl_defconfig @@ -11,7 +11,6 @@ CONFIG_SPL_WATCHDOG_SUPPORT=y # CONFIG_CMD_BMODE is not set CONFIG_DEFAULT_DEVICE_TREE="imx6sl-evk" CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg,MX6SL" -CONFIG_BOOTDELAY=3 CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SPL=y CONFIG_SPL_EXT_SUPPORT=y |