summaryrefslogtreecommitdiff
path: root/ld_scripts/arm_flash_ram.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld_scripts/arm_flash_ram.ld')
-rw-r--r--ld_scripts/arm_flash_ram.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_scripts/arm_flash_ram.ld b/ld_scripts/arm_flash_ram.ld
index 4839b16..9e3f983 100644
--- a/ld_scripts/arm_flash_ram.ld
+++ b/ld_scripts/arm_flash_ram.ld
@@ -23,7 +23,7 @@ SECTIONS {
PROVIDE(_fini_array_end = .);
} > flash
- .text : ALIGN(16) SUBALIGN(16) {
+ .text : ALIGN(4) SUBALIGN(4) {
*(.text.startup.*)
*(.text)
*(.text.*)