summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-06-12 22:24:54 -0500
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-07-25 08:16:37 +0200
commit76116f29ee846bb5c8106cb580408fe4beab66f1 (patch)
treee86a850f9a1a6a829e94fffbb5ce244b64041960 /include
parent953950234dfb555abdaaa7b8ce92779bbc9e269a (diff)
downloadblackbird-obmc-uboot-76116f29ee846bb5c8106cb580408fe4beab66f1.tar.gz
blackbird-obmc-uboot-76116f29ee846bb5c8106cb580408fe4beab66f1.zip
highbank: enable keyed autoboot stop
Restrict autoboot interruption to "s" or "d" keys. This will prevent some unwanted stopping and also allow disabling the reset on command timeout. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/highbank.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index e01d4bb298..5710be5bf6 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -88,6 +88,8 @@
#define CONFIG_BOOTDELAY 2
#define CONFIG_BOOT_RETRY_TIME -1
#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
/*
* Miscellaneous configurable options
OpenPOWER on IntegriCloud