From: Alex Kiernan Date: Tue, 24 Jul 2018 07:29:40 +0000 (+0000) Subject: Cleanup CONFIG_BOOTDELAY on cl-som-imx7 X-Git-Tag: baikal/mips/sdk5.9~1662^2~7 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=0f079312ed9f3116754f7679310eca3b9b30ee6b;p=uboot.git Cleanup CONFIG_BOOTDELAY on cl-som-imx7 CONFIG_BOOTDELAY has been migrated to Kconfig, but cl-som-imx7 was missed. We can just delete the assignments as the config already has the correct value. Signed-off-by: Alex Kiernan --- diff --git a/include/configs/cl-som-imx7.h b/include/configs/cl-som-imx7.h index f86324a20b..1b2eee3f18 100644 --- a/include/configs/cl-som-imx7.h +++ b/include/configs/cl-som-imx7.h @@ -63,9 +63,7 @@ #undef CONFIG_SYS_AUTOLOAD #undef CONFIG_EXTRA_ENV_SETTINGS #undef CONFIG_BOOTCOMMAND -#undef CONFIG_BOOTDELAY -#define CONFIG_BOOTDELAY 3 #define CONFIG_SYS_AUTOLOAD "no" #define CONFIG_EXTRA_ENV_SETTINGS \