[U-Boot] [PATCH 1/2] highbank: set AUTOBOOT_KEYED_CTRLC config option
Mark Langsdorf
mark.langsdorf at calxeda.com
Tue Sep 10 22:20:24 CEST 2013
Let highbank users break into the autoboot script with ctrl-c.
Signed-off-by: Mark Langsdorf <mark.langsdorf at 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
More information about the U-Boot
mailing list