diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-11-16 05:09:08 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-11-19 08:49:02 +0100 |
commit | d941e6b63e0dd3653b81841f7cf8238cccec8f56 (patch) | |
tree | c5472065373c6d5a55422b91e61284acabba2b10 /include/configs/mx25pdk.h | |
parent | bf5c6fbbf7f58084dc9a89c4bb31f909450f6e00 (diff) | |
download | u-boot-imx-d941e6b63e0dd3653b81841f7cf8238cccec8f56.zip u-boot-imx-d941e6b63e0dd3653b81841f7cf8238cccec8f56.tar.gz u-boot-imx-d941e6b63e0dd3653b81841f7cf8238cccec8f56.tar.bz2 |
mx25pdk: Configure CONFIG_BOOTDELAY to one second
One second is enough time for users to react in case they want to stop the
booting process.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx25pdk.h')
-rw-r--r-- | include/configs/mx25pdk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index a4bd8b0..b5338a0 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -130,7 +130,7 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_NET -#define CONFIG_BOOTDELAY 3 +#define CONFIG_BOOTDELAY 1 #define CONFIG_LOADADDR 0x81000000 /* loadaddr env var */ #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR |