aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/STM32L1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-06 19:44:02 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-06 19:44:02 +0000
commitb9ec6e234f310fa36f91d8046e2b5c68a879e0c2 (patch)
tree74ca5750148299dd30f14a0cf512da00ab82fca2 /os/ports/GCC/ARMCMx/STM32L1xx
parent0faef9a2928309385c52f25fb892ac46ced093ab (diff)
downloadChibiOS-b9ec6e234f310fa36f91d8046e2b5c68a879e0c2.tar.gz
ChibiOS-b9ec6e234f310fa36f91d8046e2b5c68a879e0c2.tar.bz2
ChibiOS-b9ec6e234f310fa36f91d8046e2b5c68a879e0c2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3563 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCMx/STM32L1xx')
-rw-r--r--os/ports/GCC/ARMCMx/STM32L1xx/ld/STM32L152xB.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCMx/STM32L1xx/ld/STM32L152xB.ld b/os/ports/GCC/ARMCMx/STM32L1xx/ld/STM32L152xB.ld
index 03516cfa3..35a6ddabd 100644
--- a/os/ports/GCC/ARMCMx/STM32L1xx/ld/STM32L152xB.ld
+++ b/os/ports/GCC/ARMCMx/STM32L1xx/ld/STM32L152xB.ld
@@ -93,7 +93,7 @@ SECTIONS
*(.eh_frame)
} > flash
- . = ALIGN(4);
+ . = ALIGN(8);
_etext = .;
_textdata = _etext;