diff options
author | Hans-Christian Egtvedt <hcegtvedt@atmel.com> | 2007-08-30 15:03:05 +0200 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-08-30 17:27:44 +0200 |
commit | 696dd1307cd8e73a10e9bb3c51731bfd6f837bee (patch) | |
tree | 22cca5973e601f693fd0e85bb31b2b75dc2d135e /include | |
parent | c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a (diff) |
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')
-rw-r--r-- | include/configs/atstk1002.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 65736644b61..f7bf62c825f 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 \ |