
10 Sep
2013
10 Sep
'13
10:20 p.m.
Let highbank users break into the autoboot script with ctrl-c.
Signed-off-by: Mark Langsdorf mark.langsdorf@calxeda.com --- include/configs/highbank.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/highbank.h b/include/configs/highbank.h index afb6e64..1254768 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -80,7 +80,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 */
--
1.8.1.2