]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
wandboard: Use '0' as bootdelay but interruptable
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 16 Oct 2013 19:18:25 +0000 (16:18 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 1 Nov 2013 21:05:54 +0000 (19:05 -0200)
The '0' as bootdelay reduces a lot the boot time while we still allow
the boot to be interruptable if need.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/wandboard.h

index 29aab402387565db5a6a76bb6ae3cef8ab3c45eb..dbcbc290466215d4ff72884745aca98883620f43 100644 (file)
@@ -48,7 +48,8 @@
 #define CONFIG_CMD_BMODE
 #define CONFIG_CMD_SETEXPR
 
-#define CONFIG_BOOTDELAY               5
+#define CONFIG_BOOTDELAY               0
+#define CONFIG_ZERO_BOOTDELAY_CHECK
 
 #define CONFIG_SYS_MEMTEST_START       0x10000000
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MEMTEST_START + 500 * SZ_1M)