summaryrefslogtreecommitdiffstats
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 2bcaf07a..05733518 100644
--- a/include/mem-map.h
+++ b/include/mem-map.h
@@ -72,8 +72,8 @@
* As of 2015/5/7 we use approx 800k for skiboot, 500k HEAP for
* mambo boot.
*/
-#define HEAP_BASE (SKIBOOT_BASE + 0x00300000)
-#define HEAP_SIZE 0x00d00000
+#define HEAP_BASE (SKIBOOT_BASE + 0x00400000)
+#define HEAP_SIZE 0x00c00000
/* This is the location of our console buffer at base + 16M */
#define INMEM_CON_START (SKIBOOT_BASE + 0x01000000)
diff --git a/skiboot.lds.S b/skiboot.lds.S
index 4a5dabe3..7f71d5cd 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -145,8 +145,8 @@ SECTIONS
__sym_map_end = . ;
}
- /* We locate the BSS at 2M to leave room for the symbol map */
- . = 0x200000;
+ /* We locate the BSS at 3M to leave room for the symbol map */
+ . = 0x300000;
_sbss = .;
.bss : {
OpenPOWER on IntegriCloud