summaryrefslogtreecommitdiffstats
path: root/include/configs/highbank.h
diff options
context:
space:
mode:
authorMark Langsdorf <mark.langsdorf@calxeda.com>2013-09-10 15:20:24 -0500
committerTom Rini <trini@ti.com>2013-11-08 15:25:14 -0500
commit2a19de42eca547ceff341cce3810f3a9d795ef96 (patch)
tree8540b774e08cc17931153bdfb3b76e592f933b61 /include/configs/highbank.h
parent00ddacc1a1860bf777ba32ac0ece7a566c97bf48 (diff)
downloadblackbird-obmc-uboot-2a19de42eca547ceff341cce3810f3a9d795ef96.tar.gz
blackbird-obmc-uboot-2a19de42eca547ceff341cce3810f3a9d795ef96.zip
highbank: set AUTOBOOT_KEYED_CTRLC config option
Let highbank users break into the autoboot script with ctrl-c. Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r--include/configs/highbank.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index 44a8f931bc..b86eb430a1 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -82,7 +82,7 @@
#define CONFIG_RESET_TO_RETRY
#define CONFIG_AUTOBOOT_KEYED
#define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds...\nPress <s> to stop or <d> to delay\n", bootdelay
-
+#define CONFIG_AUTOBOOT_KEYED_CTRLC
/*
* Miscellaneous configurable options
*/
OpenPOWER on IntegriCloud