mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
mpfs/opensbi: Add the ddr memory region back to opensbi ld script
fixes ld-envm-opensbi.script:41: warning: memory region `ddr' not declared
This commit is contained in:
parent
75ba9001bc
commit
23a2e27ffc
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
MEMORY
|
||||
{
|
||||
ddr (rx) : ORIGIN = 0x80000000, LENGTH = 4M /* w/ cache */
|
||||
envm (rx) : ORIGIN = 0x20220100, LENGTH = 128K - 256 /* 256 reserved for hss headers */
|
||||
l2lim (rwx) : ORIGIN = 0x08000000, LENGTH = 1024k
|
||||
l2zerodevice (rwx) : ORIGIN = 0x0A000000, LENGTH = 512k
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue