Skip to content
Snippets Groups Projects
Commit fbaf4272 authored by Stefan Roese's avatar Stefan Roese
Browse files

arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECK


Enable bootdelay 0 check so that booting can be interrupted even with
bootdelay configured to 0.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 29b59353
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@
#define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */
#define CONFIG_SYS_CONSOLE_INFO_QUIET /* don't print console @ startup */
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
#define CONFIG_SYS_ALT_MEMTEST
#define CONFIG_PREBOOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment