diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-05-17 12:16:26 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-05-17 12:16:26 +0200 |
commit | 27333f8c343ec31008c6d626210961f319ad4ec1 (patch) | |
tree | a3bcb2605de584cfc0b3396efb3dbcb73a400f6e /include/configs | |
parent | df3eece32d8c3872161deeadd9a3a21923d93ce3 (diff) | |
download | u-boot-imx-27333f8c343ec31008c6d626210961f319ad4ec1.zip u-boot-imx-27333f8c343ec31008c6d626210961f319ad4ec1.tar.gz u-boot-imx-27333f8c343ec31008c6d626210961f319ad4ec1.tar.bz2 |
Enable autoboot for M5271EVB board.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/M5271EVB.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/M5271EVB.h b/include/configs/M5271EVB.h index 3935f56..f0fc013 100644 --- a/include/configs/M5271EVB.h +++ b/include/configs/M5271EVB.h @@ -50,6 +50,8 @@ #undef CONFIG_WATCHDOG /* disable watchdog */ +#define CONFIG_BOOTDELAY 5 + /* Configuration for environment * Environment is embedded in u-boot in the second sector of the flash */ |