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:
Ville Juven
2022-08-18 14:01:37 +03:00
committed by Xiang Xiao
parent 75ba9001bc
commit 23a2e27ffc
@@ -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