[U-Boot] [PATCH 1/2] Kconfig: add CONFIG_BOOTDELAY
Igor Grinberg
grinberg at compulab.co.il
Thu Oct 8 21:10:31 CEST 2015
Add CONFIG_BOOTDELAY to the Kconfig.
Default it to 3 seconds according to the majority of configs.
Signed-off-by: Igor Grinberg <grinberg at compulab.co.il>
Cc: Simon Glass <sjg at chromium.org>
Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
---
common/Kconfig | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/common/Kconfig b/common/Kconfig
index d98eb19..e13d255 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -100,6 +100,16 @@ config AUTOBOOT_STOP_STR_SHA256
string / password matches a values that is encypted via
a SHA256 hash and saved in the environment.
+config BOOTDELAY
+ int "Seconds to delay before autobooting"
+ default 3
+ help
+ Delay before automatically booting the default image;
+ set to -1 to disable autoboot.
+ set to -2 to autoboot with no delay and not check for abort
+ (even when CONFIG_ZERO_BOOTDELAY_CHECK is defined).
+ See doc/README.autoboot for additional information.
+
endmenu
comment "Commands"
--
2.4.9
More information about the U-Boot
mailing list