From abd3066b03ae77e07de7ca4ca622f38e5acc4c3a Mon Sep 17 00:00:00 2001 From: batt Date: Sun, 28 Mar 2010 10:43:48 +0000 Subject: [PATCH] Fix AT91SAM7_128 ram length. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3283 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/scripts/at91sam7_128_ram.ld | 2 +- bertos/cpu/arm/scripts/at91sam7_128_rom.ld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bertos/cpu/arm/scripts/at91sam7_128_ram.ld b/bertos/cpu/arm/scripts/at91sam7_128_ram.ld index d7e6fab4..47e23940 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" diff --git a/bertos/cpu/arm/scripts/at91sam7_128_rom.ld b/bertos/cpu/arm/scripts/at91sam7_128_rom.ld index 8b41c7de..84e3ee21 100644 --- a/bertos/cpu/arm/scripts/at91sam7_128_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_128_rom.ld @@ -45,7 +45,7 @@ MEMORY { rom(rx) : org = 0x00100000, len = 128k - ram(rwx) : org = 0x00200000, len = 64k + ram(rwx) : org = 0x00200000, len = 32k } -- 2.25.1