aboutsummaryrefslogtreecommitdiff
path: root/skiboot.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'skiboot.lds.S')
-rw-r--r--skiboot.lds.S4
1 files changed, 2 insertions, 2 deletions
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 : {