[U-Boot] [PATCH 1/4] OMAP3 Beagle: Set BOOTDELAY to 3

Tom Rini trini at ti.com
Mon May 21 23:20:44 CEST 2012


We change the bootdelay to give users a little bit longer to break in if
needed.

Signed-off-by: Tom Rini <trini at ti.com>
---
 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 b891ee4..2715211 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -213,7 +213,7 @@
 							/* partition */
 
 /* Environment information */
-#define CONFIG_BOOTDELAY		2
+#define CONFIG_BOOTDELAY		3
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
 	"loadaddr=0x80200000\0" \
-- 
1.7.9.5



More information about the U-Boot mailing list