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>
diff --git a/board/highbank/scripts/autoboot.txt b/board/highbank/scripts/autoboot.txt
index b2d89c7..1f0d105 100644
--- a/board/highbank/scripts/autoboot.txt
+++ b/board/highbank/scripts/autoboot.txt
@@ -17,6 +17,7 @@
 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 c231e5a..ec6c223 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
  */