X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fscripts%2Fat91sam7_128_rom.ld;h=df422099ec3b030a013cdd3dd7627492b6ea733c;hb=1a8a2b9b57118be3f52d1261ebefac3875e67bcf;hp=8b41c7deb1e08fedf71e29970c3f7af036b27620;hpb=74e7b3b8e8a08cdc1f3d60323433d143431e0fc0;p=bertos.git diff --git a/bertos/cpu/arm/scripts/at91sam7_128_rom.ld b/bertos/cpu/arm/scripts/at91sam7_128_rom.ld index 8b41c7de..df422099 100644 --- a/bertos/cpu/arm/scripts/at91sam7_128_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_128_rom.ld @@ -30,7 +30,6 @@ * * --> * - * \version $Id: sysirq_at91.c 18273 2007-10-11 14:53:02Z batt $ * * \author Daniele Basile * @@ -45,8 +44,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"