summaryrefslogtreecommitdiffstats
path: root/include/configs/atstk1002.h
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hcegtvedt@atmel.com>2007-08-30 15:03:05 +0200
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-08-30 17:27:44 +0200
commit696dd1307cd8e73a10e9bb3c51731bfd6f837bee (patch)
tree22cca5973e601f693fd0e85bb31b2b75dc2d135e /include/configs/atstk1002.h
parentc88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a (diff)
downloadtalos-obmc-uboot-696dd1307cd8e73a10e9bb3c51731bfd6f837bee.tar.gz
talos-obmc-uboot-696dd1307cd8e73a10e9bb3c51731bfd6f837bee.zip
Reduce BOOTDELAY variable to 1 second by default for STK1002
Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/configs/atstk1002.h')
-rw-r--r--include/configs/atstk1002.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h
index 65736644b6..f7bf62c825 100644
--- a/include/configs/atstk1002.h
+++ b/include/configs/atstk1002.h
@@ -87,7 +87,7 @@
* Only interrupt autoboot if <space> is pressed. Otherwise, garbage
* data on the serial line may interrupt the boot sequence.
*/
-#define CONFIG_BOOTDELAY 2
+#define CONFIG_BOOTDELAY 1
#define CONFIG_AUTOBOOT 1
#define CONFIG_AUTOBOOT_KEYED 1
#define CONFIG_AUTOBOOT_PROMPT \
OpenPOWER on IntegriCloud