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
|
|
@ -0,0 +1 @@
|
|||
../../kinetis_common/ldscripts/kinetis_f1024l64u192.ld
|
Loading…
Reference in New Issue