updates the flash/ram ORIGIN so that 64bit works
This commit is contained in:
4
env/moonlight/link.lds
vendored
4
env/moonlight/link.lds
vendored
@ -5,8 +5,8 @@ ENTRY( _start )
|
||||
MEMORY
|
||||
{
|
||||
rom (rxai!w) : ORIGIN = 0xFFFFE000, LENGTH = 2k
|
||||
flash (rxai!w) : ORIGIN = 0xE0000000, LENGTH = 16M
|
||||
ram (wxa!ri) : ORIGIN = 0xC0000000, LENGTH = 128K
|
||||
flash (rxai!w) : ORIGIN = 0x30000000, LENGTH = 16M
|
||||
ram (wxa!ri) : ORIGIN = 0x10000000, LENGTH = 128K
|
||||
dram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 2048M
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user