Browse Source

BeagleBoard: config: decrease bootdelay to 2 seconds

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Koen Kooi 14 years ago
parent
commit
4c37e8de00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/configs/omap3_beagle.h

+ 1 - 1
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" \