From b47b7053108d9b41a49a2b2d9df096a35e26c0d4 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 20 Nov 2017 11:54:33 -0200 Subject: 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 Reviewed-by: Lukasz Majewski --- configs/mx28evk_nand_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/mx28evk_nand_defconfig') diff --git a/configs/mx28evk_nand_defconfig b/configs/mx28evk_nand_defconfig index 18300c8..ea97f40 100644 --- a/configs/mx28evk_nand_defconfig +++ b/configs/mx28evk_nand_defconfig @@ -4,7 +4,6 @@ CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y -CONFIG_BOOTDELAY=1 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_VERSION_VARIABLE=y -- cgit v1.1