diff --git a/projects/imx6/patches/u-boot/011-cuboxi-faster-boot.patch b/projects/imx6/patches/u-boot/011-cuboxi-faster-boot.patch new file mode 100644 index 0000000000..b2b9261579 --- /dev/null +++ b/projects/imx6/patches/u-boot/011-cuboxi-faster-boot.patch @@ -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)