[U-Boot] [PATCH] Cleanup CONFIG_BOOTDELAY on cl-som-imx7

24 Jul
2018
24 Jul
'18
9:29 a.m.
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 alex.kiernan@gmail.com ---
include/configs/cl-som-imx7.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/configs/cl-som-imx7.h b/include/configs/cl-som-imx7.h index faea6c6b93..e4554ed541 100644 --- a/include/configs/cl-som-imx7.h +++ b/include/configs/cl-som-imx7.h @@ -64,9 +64,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 \
--
2.17.1
2479
Age (days ago)
2479
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex Kiernan