[U-Boot] [PATCH 05/13] BeagleBoard: config: decrease bootdelay to 2 seconds

Joel A Fernandes agnel.joel at gmail.com
Tue Aug 16 04:47:06 CEST 2011


From: Koen Kooi <koen at dominion.thruhere.net>

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Joel A Fernandes <agnel.joel at gmail.com>
---
 include/configs/omap3_beagle.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 263e478..36ccd4e 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -195,7 +195,7 @@
 							/* partition */
 
 /* Environment information */
-#define CONFIG_BOOTDELAY		10
+#define CONFIG_BOOTDELAY		2
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
 	"loadaddr=0x82000000\0" \
-- 
1.7.1



More information about the U-Boot mailing list