sam3n: use linker script for flash, not for ram
authoraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 2 Nov 2010 16:08:46 +0000 (16:08 +0000)
committeraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 2 Nov 2010 16:08:46 +0000 (16:08 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4492 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/cortex-m3/info/SAM3N4.cdef

index 22e136fd153ac2ec5924c4c37e9b773ddcd55142..93fd7c47f5764b4fb3fb79c1f66e67496e4eb1fa 100644 (file)
@@ -62,4 +62,4 @@ CPU_DESC += [ "256 Kbytes on-chip flash memory",
 
 # GCC flags for this cpu.
 MK_CPU_CPPFLAGS += " -D__ARM_SAM3N4__"
-MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "sam3n4_ram.ld"
+MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "sam3n4_rom.ld"