changed alignment for text sections (#1473)

This commit is contained in:
Bernd Herzog
2023-10-07 15:30:43 +02:00
committed by GitHub
parent abb42e8df4
commit 1185b67b28
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ SECTIONS
PROVIDE(__fini_array_end = .);
} > flash
.text : ALIGN(16) SUBALIGN(16)
.text : ALIGN(4) SUBALIGN(4)
{
*(.text.startup.*)
*(.text)

View File

@@ -61,7 +61,7 @@ SECTIONS
PROVIDE(__fini_array_end = .);
} > flash
.text : ALIGN(16) SUBALIGN(16)
.text : ALIGN(4) SUBALIGN(4)
{
*(.text.startup.*)
*(.text)