link.x: rm unneeded ALIGN(4)

smoltcp
Astro 2019-08-07 00:26:35 +02:00
parent d001593a36
commit 66c3470afd
1 changed files with 0 additions and 3 deletions

3
link.x
View File

@ -33,19 +33,16 @@ SECTIONS
{
*(.text.boot);
*(.text .text.*);
. = ALIGN(4);
} > OCM
.rodata : ALIGN(4)
{
*(.rodata .rodata.*);
. = ALIGN(4);
} > OCM
.data : ALIGN(4)
{
*(.data .data.*);
. = ALIGN(4);
} > OCM
.bss (NOLOAD) : ALIGN(0x4000)