summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Langsdorf <mark.langsdorf@calxeda.com>2013-09-10 20:20:24 (GMT)
committerTom Rini <trini@ti.com>2013-11-08 20:25:14 (GMT)
commit2a19de42eca547ceff341cce3810f3a9d795ef96 (patch)
tree8540b774e08cc17931153bdfb3b76e592f933b61
parent00ddacc1a1860bf777ba32ac0ece7a566c97bf48 (diff)
downloadu-boot-2a19de42eca547ceff341cce3810f3a9d795ef96.tar.xz
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>
-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 44a8f93..b86eb43 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
*/