summaryrefslogtreecommitdiffstats
path: root/include/configs/mx25pdk.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-11-16 05:09:08 +0000
committerStefano Babic <sbabic@denx.de>2012-11-19 08:49:02 +0100
commitd941e6b63e0dd3653b81841f7cf8238cccec8f56 (patch)
treec5472065373c6d5a55422b91e61284acabba2b10 /include/configs/mx25pdk.h
parentbf5c6fbbf7f58084dc9a89c4bb31f909450f6e00 (diff)
downloadblackbird-obmc-uboot-d941e6b63e0dd3653b81841f7cf8238cccec8f56.tar.gz
blackbird-obmc-uboot-d941e6b63e0dd3653b81841f7cf8238cccec8f56.zip
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h
index a4bd8b0aed..b5338a0009 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
OpenPOWER on IntegriCloud