Skip to content

Commit 80d6543

Browse files
committed
Do something in link.ld that might help?
1 parent 9c8ee9e commit 80d6543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/link/link.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SECTIONS
2626
*(.rodata*)
2727
}
2828

29-
. = 0x10000;
29+
. = ALIGN(0x10000);
3030
.data : AT(0x10000) {
3131
*(.data*)
3232
}

0 commit comments

Comments
 (0)