aboutsummaryrefslogtreecommitdiff
path: root/lib/efm32/efm32tg
diff options
context:
space:
mode:
authorchrysn2012-10-19 14:59:01 +0200
committerchrysn2012-10-19 15:02:09 +0200
commit843660dbfdb1c2c3e8f7a42b2a302747814a6168 (patch)
treee5e464dfccadef3fabe34f7d1e63949468eac7e4 /lib/efm32/efm32tg
parente11edaff11fc48736a801453e6cd4c64be8e96ca (diff)
copied over linker scripts
this will need some generalization too...
Diffstat (limited to 'lib/efm32/efm32tg')
-rw-r--r--lib/efm32/efm32tg/libopencm3_efm32tg840f32.ld (renamed from lib/efm32/efm32tg/EFM32TG840F32.ld)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efm32/efm32tg/EFM32TG840F32.ld b/lib/efm32/efm32tg/libopencm3_efm32tg840f32.ld
index f7baa90..2cb8daf 100644
--- a/lib/efm32/efm32tg/EFM32TG840F32.ld
+++ b/lib/efm32/efm32tg/libopencm3_efm32tg840f32.ld
@@ -12,4 +12,4 @@ MEMORY
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4k
}
-INCLUDE tinygecko.ld;
+INCLUDE libopencm3_efm32tg.ld;