[U-Boot] [PATCH v2 07/10] ARM: highbank: enable reset on command timeout
Rob Herring
robherring2 at gmail.com
Thu Jun 13 05:24:51 CEST 2013
From: Rob Herring <rob.herring at calxeda.com>
Enable resetting on command timeout. The timeout is set with environment
setting bootretry.
Signed-off-by: Rob Herring <rob.herring at calxeda.com>
---
v2: no change, resend
include/configs/highbank.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index 5e5d8e6..9bf56c7 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
*/
--
1.8.1.2
More information about the U-Boot
mailing list