]> git.sur5r.net Git - u-boot/commitdiff
Inherit default value for bootdelay from distro_bootcmd on odroid-xu3.
authorVagrant Cascadian <vagrant@debian.org>
Sun, 3 Jun 2018 18:56:05 +0000 (11:56 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 4 Jun 2018 15:25:30 +0000 (11:25 -0400)
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>
include/configs/odroid_xu3.h

index 9898c42b8ead6347d888b77de7282a485e390641..f495f6219ba9ad0acb79136106fabc9540a16956 100644 (file)
        EXYNOS_FDTFILE_SETTING \
        MEM_LAYOUT_ENV_SETTINGS \
        BOOTENV \
-       "bootdelay=0\0" \
        "rootfstype=ext4\0" \
        "console=" CONFIG_DEFAULT_CONSOLE "\0"\
        "fdtfile=exynos5422-odroidxu3.dtb\0" \