Merge pull request #97 from vpeter4/u-boot-faster

projects/imx6/patches/u-boot: set delay of 1 second to speed up the boot
This commit is contained in:
Lukas Rusak 2016-04-04 09:59:46 -07:00
commit e82de4f20e

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)