commit | 181116f712709b0b5ccba4efe74a0ae555efd697 | [log] [tgz] |
---|---|---|
author | Vagrant Cascadian <vagrant@debian.org> | Sun Jun 03 11:56:05 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 04 11:25:30 2018 -0400 |
tree | 7c2843a3c887477531b5297733f9d62129cb0aa9 | |
parent | 78bc20f271b286f534c6bd50dd32dfad772f7676 [diff] |
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>