summaryrefslogtreecommitdiff
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 1c10f92a748..6fbb97a029f 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -252,13 +252,13 @@
* 32kB Stack
* 16kB Cache-As-RAM @ 0x19200000
* 256kB Monitor
- * (128kB + Environment Sector Size) malloc pool
+ * (4MB + Environment Sector Size) malloc pool
*/
#define CONFIG_SYS_STACK_SIZE (32 * 1024)
#define CONFIG_SYS_INIT_SP_ADDR (256 * 1024 + 16 * 1024)
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
-#define CONFIG_SYS_MALLOC_LEN (0x20000 + 128 * 1024)
+#define CONFIG_SYS_MALLOC_LEN (0x20000 + 4 * 1024 * 1024)
/* Address of temporary Global Data */
#define CONFIG_SYS_INIT_GD_ADDR (256 * 1024)