]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: highbank: enable reset on command timeout
authorRob Herring <rob.herring@calxeda.com>
Thu, 13 Jun 2013 03:24:51 +0000 (22:24 -0500)
committerAlbert 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

index 5e5d8e6b1f3f8c29c6b34ea671235b69800c8c5b..9bf56c7ea1cfb7d09410490c8d09a879546baf21 100644 (file)
@@ -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
  */