From 46f24d6f47d2eb39d459c21888d19c0529af3eaf Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Sat, 6 Oct 2012 17:29:56 -0700 Subject: [PATCH] Remove ROM memory region from "ram_only" linker script. --- firmware/common/LPC4330_M4_ram_only.ld | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/common/LPC4330_M4_ram_only.ld b/firmware/common/LPC4330_M4_ram_only.ld index 6fb4a2f8..eb9ace11 100644 --- a/firmware/common/LPC4330_M4_ram_only.ld +++ b/firmware/common/LPC4330_M4_ram_only.ld @@ -23,8 +23,6 @@ MEMORY { - /* rom is really the shadow region that points to SPI flash or elsewhere */ - rom (rx) : ORIGIN = 0x00000000, LENGTH = 128K ram_local1 (rwx) : ORIGIN = 0x10000000, LENGTH = 128K ram_local2 (rwx) : ORIGIN = 0x10080000, LENGTH = 72K ram_ahb (rwx) : ORIGIN = 0x20000000, LENGTH = 64K