mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
commit
e82de4f20e
11
projects/imx6/patches/u-boot/011-cuboxi-faster-boot.patch
Normal file
11
projects/imx6/patches/u-boot/011-cuboxi-faster-boot.patch
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user