aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mem-map.h4
-rw-r--r--skiboot.lds.S4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/mem-map.h b/include/mem-map.h
index 5ed45de..2a903d1 100644
--- a/include/mem-map.h
+++ b/include/mem-map.h
@@ -66,8 +66,8 @@
* As of this writing (2014/4/6), we use approc 512K for skiboot
* core and 2M of heap on a 1 socket machine.
*/
-#define HEAP_BASE (SKIBOOT_BASE + 0x00200000)
-#define HEAP_SIZE 0x00c00000
+#define HEAP_BASE (SKIBOOT_BASE + 0x00300000)
+#define HEAP_SIZE 0x00b00000
/* This is our PSI TCE table. It's 16K entries on P7 and 256K
* entries on P8
diff --git a/skiboot.lds.S b/skiboot.lds.S
index a54ff5f..bdc2c2c 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -133,8 +133,8 @@ SECTIONS
KEEP(*(.sym_map))
}
- /* We locate the BSS at 1M to leave room for the symbol map */
- . = 0x100000;
+ /* We locate the BSS at 2M to leave room for the symbol map */
+ . = 0x200000;
_sbss = .;
.bss : {