summaryrefslogtreecommitdiffstats
path: root/skiboot.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'skiboot.lds.S')
-rw-r--r--skiboot.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/skiboot.lds.S b/skiboot.lds.S
index 8cb88bd7..5c8bbbd1 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -90,7 +90,7 @@ SECTIONS
*(.opd)
}
- . = ALIGN(0x10);
+ . = ALIGN(0x100);
.got : {
__toc_start = . + 0x8000;
*(.got)
OpenPOWER on IntegriCloud