aboutsummaryrefslogtreecommitdiff
path: root/skiboot.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'skiboot.lds.S')
-rw-r--r--skiboot.lds.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/skiboot.lds.S b/skiboot.lds.S
index 18e89f3..4a7727d 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -117,7 +117,7 @@ SECTIONS
KEEP(*(.init_array))
__ctors_end = .;
}
-
+
. = ALIGN(0x10);
.opd : {
*(.opd)
@@ -201,8 +201,8 @@ SECTIONS
*(.branch_lt)
}
- /* We locate the BSS at 3M to leave room for the symbol map */
- . = 0x300000;
+ /* We locate the BSS at 4M to leave room for the symbol map */
+ . = 0x400000;
_sbss = .;
.bss : {