Remove ROM memory region from "ram_only" linker script.

This commit is contained in:
Jared Boone
2012-10-06 17:29:56 -07:00
parent cf32fb96fe
commit 46f24d6f47

View File

@ -23,8 +23,6 @@
MEMORY 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_local1 (rwx) : ORIGIN = 0x10000000, LENGTH = 128K
ram_local2 (rwx) : ORIGIN = 0x10080000, LENGTH = 72K ram_local2 (rwx) : ORIGIN = 0x10080000, LENGTH = 72K
ram_ahb (rwx) : ORIGIN = 0x20000000, LENGTH = 64K ram_ahb (rwx) : ORIGIN = 0x20000000, LENGTH = 64K