Remove ROM memory region from "ram_only" linker script.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user