aboutsummaryrefslogtreecommitdiff
path: root/include/configs/odroid_xu3.h
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2018-06-03 11:56:05 -0700
committerTom Rini <trini@konsulko.com>2018-06-04 11:25:30 -0400
commit38cad04e2d07d5833114831d6f92c759a9253fe7 (patch)
tree7c2843a3c887477531b5297733f9d62129cb0aa9 /include/configs/odroid_xu3.h
parent8664ab7debabfb6e1049c81030c2a18fd3eecb58 (diff)
downloadu-boot-38cad04e2d07d5833114831d6f92c759a9253fe7.zip
u-boot-38cad04e2d07d5833114831d6f92c759a9253fe7.tar.gz
u-boot-38cad04e2d07d5833114831d6f92c759a9253fe7.tar.bz2
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index 9898c42..f495f62 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" \