X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fscripts%2Fat91sam7_128_ram.ld;h=a5b49cec52e29dd4562f066fab44ead57c5140db;hb=57fa5e371a8b40afc99b922731b77d17c55330a4;hp=d7e6fab420c6ed7a3c2452298ee7243513a9df2d;hpb=74e7b3b8e8a08cdc1f3d60323433d143431e0fc0;p=bertos.git diff --git a/bertos/cpu/arm/scripts/at91sam7_128_ram.ld b/bertos/cpu/arm/scripts/at91sam7_128_ram.ld index d7e6fab4..a5b49cec 100644 --- a/bertos/cpu/arm/scripts/at91sam7_128_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_128_ram.ld @@ -30,7 +30,6 @@ * * --> * - * \version $Id: sysirq_at91.c 18273 2007-10-11 14:53:02Z batt $ * * \author Daniele Basile * @@ -46,7 +45,7 @@ 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_ram.ld" +INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_ram.ld"