X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fscripts%2Fat91sam7_128_ram.ld;h=f52a9592df0697f13bbfd102c3f36355c3db7d9b;hb=41d14f76b5f57cce434048251df63eb6bbdb1df0;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..f52a9592 100644 --- a/bertos/cpu/arm/scripts/at91sam7_128_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_128_ram.ld @@ -46,7 +46,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"