diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2018-06-03 11:56:05 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-04 11:25:30 -0400 |
commit | 38cad04e2d07d5833114831d6f92c759a9253fe7 (patch) | |
tree | 7c2843a3c887477531b5297733f9d62129cb0aa9 /include/configs/odroid_xu3.h | |
parent | 8664ab7debabfb6e1049c81030c2a18fd3eecb58 (diff) | |
download | u-boot-38cad04e2d07d5833114831d6f92c759a9253fe7.tar.gz |
Inherit default value for bootdelay from distro_bootcmd on odroid-xu3.
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>
Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs/odroid_xu3.h')
-rw-r--r-- | include/configs/odroid_xu3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index 9898c42b8e..f495f6219b 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -101,7 +101,6 @@ EXYNOS_FDTFILE_SETTING \ MEM_LAYOUT_ENV_SETTINGS \ BOOTENV \ - "bootdelay=0\0" \ "rootfstype=ext4\0" \ "console=" CONFIG_DEFAULT_CONSOLE "\0"\ "fdtfile=exynos5422-odroidxu3.dtb\0" \ |