diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-06-12 22:24:51 -0500 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-07-25 08:15:57 +0200 |
commit | e1df283c26f14776419bff675b7887cf04bc1c20 (patch) | |
tree | 8a05fa31fdb921937c67123871c6426651b3e47d /include/configs | |
parent | 0f7cf3803f59b0c8d94aa52cc8827aab28591eb4 (diff) | |
download | u-boot-imx-e1df283c26f14776419bff675b7887cf04bc1c20.zip u-boot-imx-e1df283c26f14776419bff675b7887cf04bc1c20.tar.gz u-boot-imx-e1df283c26f14776419bff675b7887cf04bc1c20.tar.bz2 |
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')
-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 5e5d8e6..9bf56c7 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 */ |