diff options
Diffstat (limited to 'package/boot/uboot-mediatek/patches/100-increase-CONFIG_SYS_BOOTM_LEN.patch')
-rw-r--r-- | package/boot/uboot-mediatek/patches/100-increase-CONFIG_SYS_BOOTM_LEN.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/boot/uboot-mediatek/patches/100-increase-CONFIG_SYS_BOOTM_LEN.patch b/package/boot/uboot-mediatek/patches/100-increase-CONFIG_SYS_BOOTM_LEN.patch new file mode 100644 index 0000000000..811e8489dd --- /dev/null +++ b/package/boot/uboot-mediatek/patches/100-increase-CONFIG_SYS_BOOTM_LEN.patch @@ -0,0 +1,11 @@ +--- a/include/configs/mt7622.h ++++ b/include/configs/mt7622.h +@@ -37,7 +37,7 @@ + #endif + + #define CONFIG_SYS_MAXARGS 8 +-#define CONFIG_SYS_BOOTM_LEN SZ_64M ++#define CONFIG_SYS_BOOTM_LEN SZ_128M + #define CONFIG_SYS_CBSIZE SZ_1K + #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ + sizeof(CONFIG_SYS_PROMPT) + 16) |