From f37e717c8a5b8d5aef2c7ff4ac2e853ed7a38d91 Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Thu, 16 Sep 2010 21:46:36 -0400 Subject: Fix maple linker memory map for jtag target --- support/ld/maple/jtag.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/ld/maple/jtag.ld b/support/ld/maple/jtag.ld index 8c5ff49..435e3f0 100644 --- a/support/ld/maple/jtag.ld +++ b/support/ld/maple/jtag.ld @@ -8,8 +8,8 @@ /* Define memory spaces. */ MEMORY { - ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 17K - rom (rx) : ORIGIN = 0x08005000, LENGTH = 108K + ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K + rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K } OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") -- cgit v1.2.3