ddr: imx8ulp: Change DRAM timing save area to 0x20055000
To align with ARM trusted firmware's change, adjust DRAM timing save area to new position 0x20055000. So we can release the space since 0x2006c000 for the NOBITS region of ARM trusted firmware Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Jacky Bai <ping.bai@nxp.com>
This commit is contained in:
parent
84f7da68e0
commit
b36756c769
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ config SAVED_DRAM_TIMING_BASE
|
|||
help
|
||||
The DRAM config timing data need to be saved into sram
|
||||
for low power use.
|
||||
default 0x2006c000
|
||||
default 0x20055000
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Reference in a new issue