diff --git a/cpu/kw2xd/ldscripts/kw21d256.ld b/cpu/kw2xd/ldscripts/kw21d256.ld deleted file mode 100644 index 550b8d7bbf..0000000000 --- a/cpu/kw2xd/ldscripts/kw21d256.ld +++ /dev/null @@ -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 = 256K - 0x410 - ram (rwx) : ORIGIN = 0x1fffc000, LENGTH = 32K -} - -INCLUDE kinetis.ld diff --git a/cpu/kw2xd/ldscripts/kw21d256.ld b/cpu/kw2xd/ldscripts/kw21d256.ld new file mode 120000 index 0000000000..e09262189b --- /dev/null +++ b/cpu/kw2xd/ldscripts/kw21d256.ld @@ -0,0 +1 @@ +../../kinetis_common/ldscripts/kinetis_f256l16u16.ld \ No newline at end of file diff --git a/cpu/kw2xd/ldscripts/kw21d512.ld b/cpu/kw2xd/ldscripts/kw21d512.ld deleted file mode 100644 index f5c8e86eb5..0000000000 --- a/cpu/kw2xd/ldscripts/kw21d512.ld +++ /dev/null @@ -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 = 512K - 0x410 - ram (rwx) : ORIGIN = 0x1fff8000, LENGTH = 64K -} - -INCLUDE kinetis.ld diff --git a/cpu/kw2xd/ldscripts/kw21d512.ld b/cpu/kw2xd/ldscripts/kw21d512.ld new file mode 120000 index 0000000000..857dfdafa8 --- /dev/null +++ b/cpu/kw2xd/ldscripts/kw21d512.ld @@ -0,0 +1 @@ +../../kinetis_common/ldscripts/kinetis_f512l32u32.ld \ No newline at end of file diff --git a/cpu/kw2xd/ldscripts/kw22d512.ld b/cpu/kw2xd/ldscripts/kw22d512.ld deleted file mode 100644 index f5c8e86eb5..0000000000 --- a/cpu/kw2xd/ldscripts/kw22d512.ld +++ /dev/null @@ -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 = 512K - 0x410 - ram (rwx) : ORIGIN = 0x1fff8000, LENGTH = 64K -} - -INCLUDE kinetis.ld diff --git a/cpu/kw2xd/ldscripts/kw22d512.ld b/cpu/kw2xd/ldscripts/kw22d512.ld new file mode 120000 index 0000000000..857dfdafa8 --- /dev/null +++ b/cpu/kw2xd/ldscripts/kw22d512.ld @@ -0,0 +1 @@ +../../kinetis_common/ldscripts/kinetis_f512l32u32.ld \ No newline at end of file