aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-08-17 15:02:58 -0500
committerJohn Rigby <john.rigby@linaro.org>2012-12-06 13:51:51 -0700
commit522ad780fda5f0c03dcdf824176d5c0cc682059a (patch)
tree7bb640038f140aef3fb88137994003334a8c8bd7
parent6d90c2d39ea56c86d7b95901e38a0560cab2eb0a (diff)
ARM: highbank: enable reset on command timeout
Enable resetting when no command is entered within 60 seconds. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r--board/highbank/scripts/autoboot.txt1
-rw-r--r--include/configs/highbank.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/board/highbank/scripts/autoboot.txt b/board/highbank/scripts/autoboot.txt
index b2d89c7f7..1f0d105f1 100644
--- a/board/highbank/scripts/autoboot.txt
+++ b/board/highbank/scripts/autoboot.txt
@@ -17,6 +17,7 @@ localcmd=run bootcmd_sata
bootdevice=0
bootargs=console=ttyAMA0 root=LABEL=rootfs nosplash
bootdelay=2
+bootretry=90
netretry=once
fdt_addr=0x1000
fdt_high=0xffffffff
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index c231e5af9..ec6c223c5 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
*/