From: Hans-Christian Egtvedt Date: Thu, 30 Aug 2007 13:03:05 +0000 (+0200) Subject: Reduce BOOTDELAY variable to 1 second by default for STK1002 X-Git-Tag: v1.3.0-rc3~3^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=696dd1307cd8e73a10e9bb3c51731bfd6f837bee;p=u-boot Reduce BOOTDELAY variable to 1 second by default for STK1002 Signed-off-by: Hans-Christian Egtvedt Signed-off-by: Haavard Skinnemoen --- 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 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 \