aboutsummaryrefslogtreecommitdiff
path: root/drivers/ddr/imx/imx9
diff options
context:
space:
mode:
authorJacky Bai <ping.bai@nxp.com>2023-04-28 12:08:41 +0800
committerStefano Babic <sbabic@denx.de>2023-05-21 16:54:41 +0200
commit456f7ff8b28c4262bc12b1fbfb44a77d59085bbe (patch)
tree90dfb3aa14b3331d6b05e3eb6bd01e19797279bf /drivers/ddr/imx/imx9
parent54e9cee225188a0104b3da5a0d40fe509c64cdad (diff)
ddr: imx9: Change the saved ddr data base to 0x2051c000
change the ddr saved info to the last 16KB of the OCRAM. Signed-off-by: Jacky Bai <ping.bai@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/ddr/imx/imx9')
-rw-r--r--drivers/ddr/imx/imx9/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ddr/imx/imx9/Kconfig b/drivers/ddr/imx/imx9/Kconfig
index 123ad173cf..b1795eec35 100644
--- a/drivers/ddr/imx/imx9/Kconfig
+++ b/drivers/ddr/imx/imx9/Kconfig
@@ -22,6 +22,6 @@ config SAVED_DRAM_TIMING_BASE
help
after DRAM is trained, need to save the dram related timming
info into memory for low power use.
- default 0x204DC000
+ default 0x2051C000
endmenu