summaryrefslogtreecommitdiffstats
path: root/include/configs/highbank.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-06-12 22:24:51 -0500
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-07-25 08:15:57 +0200
commite1df283c26f14776419bff675b7887cf04bc1c20 (patch)
tree8a05fa31fdb921937c67123871c6426651b3e47d /include/configs/highbank.h
parent0f7cf3803f59b0c8d94aa52cc8827aab28591eb4 (diff)
downloadblackbird-obmc-uboot-e1df283c26f14776419bff675b7887cf04bc1c20.tar.gz
blackbird-obmc-uboot-e1df283c26f14776419bff675b7887cf04bc1c20.zip
ARM: highbank: enable reset on command timeout
Enable resetting on command timeout. The timeout is set with environment setting bootretry. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r--include/configs/highbank.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index 5e5d8e6b1f..9bf56c7ea1 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -85,6 +85,9 @@
#define CONFIG_MENU
#define CONFIG_BOOTDELAY 2
+#define CONFIG_BOOT_RETRY_TIME -1
+#define CONFIG_RESET_TO_RETRY
+
/*
* Miscellaneous configurable options
*/
OpenPOWER on IntegriCloud