diff options
author | Rob Herring | 2013-06-12 22:24:51 -0500 |
---|---|---|
committer | Albert ARIBAUD | 2013-07-25 08:15:57 +0200 |
commit | e1df283c26f14776419bff675b7887cf04bc1c20 (patch) | |
tree | 8a05fa31fdb921937c67123871c6426651b3e47d /include/configs/highbank.h | |
parent | 0f7cf3803f59b0c8d94aa52cc8827aab28591eb4 (diff) |
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 <rob.herring@calxeda.com>
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r-- | include/configs/highbank.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h index 5e5d8e6b1f3..9bf56c7ea1c 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 */ |