projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f7cf38
)
ARM: highbank: enable reset on command timeout
author
Rob Herring
<rob.herring@calxeda.com>
Thu, 13 Jun 2013 03:24:51 +0000
(22:24 -0500)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 25 Jul 2013 06:15:57 +0000
(08:15 +0200)
Enable resetting on command timeout. The timeout is set with environment
setting bootretry.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
include/configs/highbank.h
patch
|
blob
|
history
diff --git
a/include/configs/highbank.h
b/include/configs/highbank.h
index 5e5d8e6b1f3f8c29c6b34ea671235b69800c8c5b..9bf56c7ea1cfb7d09410490c8d09a879546baf21 100644
(file)
--- 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
*/