diff mbox

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

Message ID 20170331212037.12369-5-vagrant@debian.org
State Superseded
Delegated to: Minkyu Kang
Headers show

Commit Message

Vagrant Cascadian March 31, 2017, 9:20 p.m. UTC
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.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

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

Patch

diff --git a/include/configs/odroid.h b/include/configs/odroid.h
index fa9edd0cbc..8317f62548 100644
--- a/include/configs/odroid.h
+++ b/include/configs/odroid.h
@@ -177,7 +177,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" \