From 4c37e8de00ab04d342b57a5515674174c99b880b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 17 Jun 2011 10:03:06 +0200 Subject: [PATCH] BeagleBoard: config: decrease bootdelay to 2 seconds Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes Signed-off-by: Sandeep Paulraj --- include/configs/omap3_beagle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 223621d956..536d2cd5dc 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" \