diff options
author | Mark Langsdorf <mark.langsdorf@calxeda.com> | 2013-09-10 15:20:24 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-08 15:25:14 -0500 |
commit | 2a19de42eca547ceff341cce3810f3a9d795ef96 (patch) | |
tree | 8540b774e08cc17931153bdfb3b76e592f933b61 /include/configs/highbank.h | |
parent | 00ddacc1a1860bf777ba32ac0ece7a566c97bf48 (diff) | |
download | u-boot-imx-2a19de42eca547ceff341cce3810f3a9d795ef96.zip u-boot-imx-2a19de42eca547ceff341cce3810f3a9d795ef96.tar.gz u-boot-imx-2a19de42eca547ceff341cce3810f3a9d795ef96.tar.bz2 |
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.h | 2 |
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 */ |