lm3s1968: internal flash memory driver.
[bertos.git] / bertos / cpu / arm / scripts / at91sam7_128_rom.ld
index 8b41c7deb1e08fedf71e29970c3f7af036b27620..5d92b06a0298b93b211a65e98350dd8214c1507b 100644 (file)
@@ -45,8 +45,8 @@
 MEMORY
 {
   rom(rx) : org = 0x00100000, len = 128k
-  ram(rwx) : org = 0x00200000, len = 64k
+  ram(rwx) : org = 0x00200000, len = 32k
 }
 
 
-INCLUDE "bertos/cpu/arm/scripts/at91sam7_rom.ld"
+INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_rom.ld"