From: Rob Herring Date: Thu, 13 Jun 2013 03:24:51 +0000 (-0500) Subject: ARM: highbank: enable reset on command timeout X-Git-Tag: v2013.10-rc1~22^2~83 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=e1df283c26f14776419bff675b7887cf04bc1c20;p=karo-tx-uboot.git ARM: highbank: enable reset on command timeout Enable resetting on command timeout. The timeout is set with environment setting bootretry. Signed-off-by: Rob Herring --- diff --git a/include/configs/highbank.h b/include/configs/highbank.h index 5e5d8e6b1f..9bf56c7ea1 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 */