reverted "rom" address to shadow area (allows same binary to be booted from SPIFI or USB/DFU)
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
MEMORY
|
||||
{
|
||||
/* rom is really the shadow region that points to SPI flash or elsewhere */
|
||||
rom (rx) : ORIGIN = 0x14000000, LENGTH = 1M
|
||||
rom (rx) : ORIGIN = 0x00000000, LENGTH = 1M
|
||||
ram (rwx) : ORIGIN = 0x10000000, LENGTH = 128K
|
||||
/* there are some additional RAM regions */
|
||||
}
|
||||
|
Reference in New Issue
Block a user