diff mbox series

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

Message ID 20180725031835.5666-5-vagrant@debian.org
State Accepted
Delegated to: Minkyu Kang
Headers show
Series arm: odroid: Convert to distro_bootcmd. | expand

Commit Message

Vagrant Cascadian July 25, 2018, 3:18 a.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.

Acked-by: Lukasz Majewski <lukma@denx.de>

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

Changes in v2: None

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

Patch

diff --git a/include/configs/odroid.h b/include/configs/odroid.h
index a4d1a76c36..67a790ef02 100644
--- a/include/configs/odroid.h
+++ b/include/configs/odroid.h
@@ -164,7 +164,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" \