diff mbox

[U-Boot,1/2] highbank: set AUTOBOOT_KEYED_CTRLC config option

Message ID 1378844424-15506-2-git-send-email-mark.langsdorf@calxeda.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Mark Langsdorf Sept. 10, 2013, 8:20 p.m. UTC
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(-)

Comments

Tom Rini Nov. 8, 2013, 10:26 p.m. UTC | #1
On Tue, Sep 10, 2013 at 03:20:24PM -0500, Mark Langsdorf wrote:

> Let highbank users break into the autoboot script with ctrl-c.
> 
> Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

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
  */