diff options
author | Jacky Bai <ping.bai@nxp.com> | 2023-04-28 12:08:41 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-05-21 16:54:41 +0200 |
commit | 456f7ff8b28c4262bc12b1fbfb44a77d59085bbe (patch) | |
tree | 90dfb3aa14b3331d6b05e3eb6bd01e19797279bf | |
parent | 54e9cee225188a0104b3da5a0d40fe509c64cdad (diff) | |
download | u-boot-456f7ff8b28c4262bc12b1fbfb44a77d59085bbe.zip u-boot-456f7ff8b28c4262bc12b1fbfb44a77d59085bbe.tar.gz u-boot-456f7ff8b28c4262bc12b1fbfb44a77d59085bbe.tar.bz2 |
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>
-rw-r--r-- | drivers/ddr/imx/imx9/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ddr/imx/imx9/Kconfig b/drivers/ddr/imx/imx9/Kconfig index 123ad17..b1795ee 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 |