]> git.sur5r.net Git - u-boot/blobdiff - include/configs/qemu-mips.h
mips: qemu-mips/64: Expand malloc pool for CONFIG_SYS_BOOTPARAMS_LEN
[u-boot] / include / configs / qemu-mips.h
index b67d413f126da2f21958a17910a6cfd2023f2653..59a793babed3c39020281daa6e28e9f71ec60939 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