projects/imx6/patches/u-boot: set delay of 1 second to speed up the boot

This commit is contained in:
Peter Vicman 2016-04-04 18:49:15 +02:00
parent 9caad2b264
commit 8e172df546

View File

@ -0,0 +1,11 @@
--- a/include/configs/mx6_cubox-i.h 2016-04-04 10:59:46.012325017 +0200
+++ b/include/configs/mx6_cubox-i.h 2016-04-04 10:59:55.487968181 +0200
@@ -59,7 +59,7 @@
#define CONFIG_CMD_SETEXPR
#define CONFIG_CMD_MEMTEST
-#define CONFIG_BOOTDELAY 3
+#define CONFIG_BOOTDELAY 1
#define CONFIG_SYS_MEMTEST_START 0x10000000
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 500 * SZ_1M)