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:
parent
ed3ee07cac
commit
1079866b33
@ -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
|
1
cpu/k64f/ldscripts/mk64fn1m0vll12.ld
Symbolic link
1
cpu/k64f/ldscripts/mk64fn1m0vll12.ld
Symbolic link
@ -0,0 +1 @@
|
||||
../../kinetis_common/ldscripts/kinetis_f1024l64u192.ld
|
Loading…
Reference in New Issue
Block a user