From: Koen Kooi Date: Fri, 17 Jun 2011 08:03:06 +0000 (+0200) Subject: BeagleBoard: config: decrease bootdelay to 2 seconds X-Git-Tag: v2011.09-rc1~68^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c37e8de00ab04d342b57a5515674174c99b880b;p=kernel%2Fu-boot.git BeagleBoard: config: decrease bootdelay to 2 seconds Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes Signed-off-by: Sandeep Paulraj --- diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 223621d..536d2cd 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -194,7 +194,7 @@ /* partition */ /* Environment information */ -#define CONFIG_BOOTDELAY 10 +#define CONFIG_BOOTDELAY 2 #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x82000000\0" \