summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/syslinux.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/syslinux.ld b/core/syslinux.ld
index 11adbcb8..592fae6a 100644
--- a/core/syslinux.ld
+++ b/core/syslinux.ld
@@ -263,7 +263,7 @@ SECTIONS
__text_end = .;
}
- . = ALIGN(16);
+ . = ALIGN(32);
__rodata_vma = .;
__rodata_lma = __rodata_vma + __text_lma - __text_vma;