aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld')
-rw-r--r--os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld b/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld
index c5634d749..d5cb3ab23 100644
--- a/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld
+++ b/os/ports/GCC/ARMCMx/LPC11xx/ld/LPC1114.ld
@@ -93,7 +93,7 @@ SECTIONS
*(.eh_frame)
} > flash
- . = ALIGN(4);
+ . = ALIGN(8);
_etext = .;
_textdata = _etext;