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 | |
| parent | 00ddacc1a1860bf777ba32ac0ece7a566c97bf48 (diff) | |
| download | olio-uboot-2014.01-2a19de42eca547ceff341cce3810f3a9d795ef96.tar.xz olio-uboot-2014.01-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')
| -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 44a8f931b..b86eb430a 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   */ |