]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/qemu-mips64.h
mips: qemu-mips/64: Expand malloc pool for CONFIG_SYS_BOOTPARAMS_LEN
[people/ms/u-boot.git] / include / configs / qemu-mips64.h
index 4856087718c5e5004e07ecdc1ceef88951fb8d6b..28b791acdd13cf26d55d68d47cdacbe2f52780c7 100644 (file)
@@ -80,7 +80,7 @@
 /* max number of command args */
 #define CONFIG_SYS_MAXARGS             16
 
-#define CONFIG_SYS_MALLOC_LEN          128*1024
+#define CONFIG_SYS_MALLOC_LEN          (256 << 10)
 
 #define CONFIG_SYS_BOOTPARAMS_LEN      128*1024