1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

k64f: Use kinetis_common ldscript

This commit is contained in:
Joakim Nohlgård 2017-03-25 18:13:00 +01:00
parent ed3ee07cac
commit 1079866b33

View File

@ -1,12 +0,0 @@
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_ARCH(arm)
MEMORY
{
vectors (rx) : ORIGIN = 0x00000000, LENGTH = 0x400
flashsec (rx): ORIGIN = 0x00000400, LENGTH = 0x10
rom (rx) : ORIGIN = 0x00000410, LENGTH = 1024K - 0x410
ram (rwx) : ORIGIN = 0x1fff0198, LENGTH = 256K-0x198
}
INCLUDE kinetis.ld

View File

@ -0,0 +1 @@
../../kinetis_common/ldscripts/kinetis_f1024l64u192.ld