frank-w / u-boot Public Notifications Fork 22 Star 55 Commit Permalink Cleanup CONFIG_BOOTDELAY on cl-som-imx7 Browse files 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. ...
move CONFIG_BOOTDELAY into a Kconfig option. Used for this purpose the moveconfig.py tool in tools. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Igor Grinberg <grinberg@compulab.co.il...
linux/bootloader/u-boot-2014.07/tools/env/fw_env.h:44:#define CONFIG_BOOTDELAY 5 /* a...
@@ -230,7 +228,6 @@ static int abortboot_normal(int bootdelay) printf("Hit any key to stop autoboot: %2d ",bootdelay); #endif #ifdefinedCONFIG_ZERO_BOOTDELAY_CHECK /* * Check if key already pressed * Don't check if bootdelay < 0 @@ -242,7 +239,6 @@ static int abortboot...
Kirkwood: NAS220: remove bootdelay from CONFIG_EXTRA_ENV_SETTINGS The default bootdelay of 3 seconds is good enough and there is no need to duplicate it in CONFIG_EXTRA_ENV_SETTINGS. Signed-off-by: Evgeni Dobrev <evgeni@studio-punkt.com> Signed-off-by: Stefan Roese <sr@denx.de>...
am335x_evm.h: unsed CONFIG_BOOTDELAY Browse files Now that ti_armv7_common.h uses config_distro_defaults.h we don't need to include it again and then undef CONFIG_BOOTDELAY Signed-off-by: Tom Rini <trini@konsulko.com> Loading branch information trini committed Jan 14, 2016 1 ...
if(bootdelay==0) if(bootdelay<0) return0; #endif # ifdefCONFIG_AUTOBOOT_PROMPT /* @@ -230,7 +228,6 @@ static int abortboot_normal(int bootdelay) printf("Hit any key to stop autoboot: %2d ",bootdelay); #endif #ifdefinedCONFIG_ZERO_BOOTDELAY_CHECK ...