summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-04-13 11:02:20 +0200
committerStefan Roese <sr@denx.de>2016-05-20 11:08:16 +0200
commitfbaf42724f372ee3fb0d7cd83107f5bae416028f (patch)
treec09f63cded16ead9dc2cb7abb83b6335724efeb1 /include
parent29b59353fe7cd62c74960b76e7b56bbc368429d2 (diff)
downloadblackbird-obmc-uboot-fbaf42724f372ee3fb0d7cd83107f5bae416028f.tar.gz
blackbird-obmc-uboot-fbaf42724f372ee3fb0d7cd83107f5bae416028f.zip
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: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/theadorable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h
index 1caa858856..dda70c5c81 100644
--- a/include/configs/theadorable.h
+++ b/include/configs/theadorable.h
@@ -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
OpenPOWER on IntegriCloud