[U-Boot] [v2 PATCH 4/4] Inherit default value for bootdelay from distro_bootcmd on odroid.

Vagrant Cascadian vagrant at debian.org
Wed Sep 13 21:42:56 UTC 2017


The default value with distro_bootcmd is 2 seconds, which is
reasonably fast, and provides a consistent experience across platforms
supporting distro_bootcmd.

The current bootdelay value of 0 seconds is a bit challenging to
interrupt when desired.

Cc: Jaehoon Chung <jh80.chung at samsung.com>
Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
---

 include/configs/odroid.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/odroid.h b/include/configs/odroid.h
index 731c607e70..5758381b84 100644
--- a/include/configs/odroid.h
+++ b/include/configs/odroid.h
@@ -176,7 +176,6 @@
 	"mmcbootpart=1\0" \
 	"mmcrootdev=0\0" \
 	"mmcrootpart=2\0" \
-	"bootdelay=0\0" \
 	"dfu_alt_system="CONFIG_DFU_ALT \
 	"dfu_alt_info=Please reset the board\0" \
 	"consoleon=set console console=ttySAC1,115200n8; save; reset\0" \
-- 
2.11.0



More information about the U-Boot mailing list