aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/patches/100-increase-CONFIG_SYS_BOOTM_LEN.patch
diff options
context:
space:
mode:
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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 811e8489dd..0000000000
--- a/package/boot/uboot-mediatek/patches/100-increase-CONFIG_SYS_BOOTM_LEN.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)