From: batt Date: Sun, 28 Mar 2010 13:12:58 +0000 (+0000) Subject: Use new script. X-Git-Tag: 2.5.0~614 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=e1f5b679943baa1d8f33784234e23cfb2e08c919;p=bertos.git Use new script. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3289 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/scripts/at91sam7_128_ram.ld b/bertos/cpu/arm/scripts/at91sam7_128_ram.ld index 47e23940..f52a9592 100644 --- a/bertos/cpu/arm/scripts/at91sam7_128_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_128_ram.ld @@ -49,4 +49,4 @@ MEMORY ram(rwx) : org = 0x00200000, len = 32k } -INCLUDE "bertos/cpu/arm/scripts/at91sam7_ram.ld" +INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_ram.ld" diff --git a/bertos/cpu/arm/scripts/at91sam7_128_rom.ld b/bertos/cpu/arm/scripts/at91sam7_128_rom.ld index 84e3ee21..5d92b06a 100644 --- a/bertos/cpu/arm/scripts/at91sam7_128_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_128_rom.ld @@ -49,4 +49,4 @@ MEMORY } -INCLUDE "bertos/cpu/arm/scripts/at91sam7_rom.ld" +INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_rom.ld" diff --git a/bertos/cpu/arm/scripts/at91sam7_256_ram.ld b/bertos/cpu/arm/scripts/at91sam7_256_ram.ld index 0d8cbd25..e644e6cc 100644 --- a/bertos/cpu/arm/scripts/at91sam7_256_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_256_ram.ld @@ -49,4 +49,4 @@ MEMORY } -INCLUDE "bertos/cpu/arm/scripts/at91sam7_ram.ld" +INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_ram.ld" diff --git a/bertos/cpu/arm/scripts/at91sam7_256_rom.ld b/bertos/cpu/arm/scripts/at91sam7_256_rom.ld index eda99487..9ac3adf5 100644 --- a/bertos/cpu/arm/scripts/at91sam7_256_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_256_rom.ld @@ -49,4 +49,4 @@ MEMORY ram(rwx) : org = 0x00200000, len = 64k } -INCLUDE "bertos/cpu/arm/scripts/at91sam7_rom.ld" +INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_rom.ld" diff --git a/bertos/cpu/arm/scripts/at91sam7_512_ram.ld b/bertos/cpu/arm/scripts/at91sam7_512_ram.ld index 3d230a82..cea33ae7 100644 --- a/bertos/cpu/arm/scripts/at91sam7_512_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_512_ram.ld @@ -49,4 +49,4 @@ MEMORY } -INCLUDE "bertos/cpu/arm/scripts/at91sam7_ram.ld" +INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_ram.ld" diff --git a/bertos/cpu/arm/scripts/at91sam7_512_rom.ld b/bertos/cpu/arm/scripts/at91sam7_512_rom.ld index 92285864..5cabcc8a 100644 --- a/bertos/cpu/arm/scripts/at91sam7_512_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_512_rom.ld @@ -49,4 +49,4 @@ MEMORY } -INCLUDE "bertos/cpu/arm/scripts/at91sam7_rom.ld" +INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_rom.ld" diff --git a/bertos/cpu/arm/scripts/at91sam7_64_ram.ld b/bertos/cpu/arm/scripts/at91sam7_64_ram.ld index ad04e7cb..abaf6e9a 100644 --- a/bertos/cpu/arm/scripts/at91sam7_64_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_64_ram.ld @@ -49,4 +49,4 @@ MEMORY } -INCLUDE "bertos/cpu/arm/scripts/at91sam7_ram.ld" +INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_ram.ld" diff --git a/bertos/cpu/arm/scripts/at91sam7_64_rom.ld b/bertos/cpu/arm/scripts/at91sam7_64_rom.ld index fdf080c4..67715e6c 100644 --- a/bertos/cpu/arm/scripts/at91sam7_64_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_64_rom.ld @@ -49,4 +49,4 @@ MEMORY } -INCLUDE "bertos/cpu/arm/scripts/at91sam7_rom.ld" +INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_rom.ld"