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