From: Otavio Salvador Date: Wed, 16 Oct 2013 19:18:25 +0000 (-0300) Subject: wandboard: Use '0' as bootdelay but interruptable X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fd991be654e097e098622bf82b5318c7ecb33204;p=bsp%2Fu-boot.git wandboard: Use '0' as bootdelay but interruptable 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 --- diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 29aab40238..dbcbc29046 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -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)