fixes memory layout wrt to latest changes
This commit is contained in:
parent
2231ae4106
commit
25623e74a0
8
env/ehrenberg/link.lds
vendored
8
env/ehrenberg/link.lds
vendored
@ -4,10 +4,10 @@ ENTRY( _start )
|
||||
|
||||
MEMORY
|
||||
{
|
||||
rom (rxai!w) : ORIGIN = 0xFFFFE000, LENGTH = 4k
|
||||
flash (rxai!w) : ORIGIN = 0xE0000000, LENGTH = 4M
|
||||
ram (wxa!ri) : ORIGIN = 0x80000000, LENGTH = 32K
|
||||
dram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 256M
|
||||
rom (rxai!w) : ORIGIN = 0xFFFFE000, LENGTH = 2k
|
||||
flash (rxai!w) : ORIGIN = 0xE0000000, LENGTH = 16M
|
||||
ram (wxa!ri) : ORIGIN = 0xC0000000, LENGTH = 128K
|
||||
dram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 2G
|
||||
}
|
||||
|
||||
PHDRS
|
||||
|
Loading…
x
Reference in New Issue
Block a user