mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
12 lines
321 B
Diff
12 lines
321 B
Diff
|
--- 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)
|