From: Jacky Bai Date: Fri, 28 Apr 2023 04:08:41 +0000 (+0800) Subject: ddr: imx9: Change the saved ddr data base to 0x2051c000 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=456f7ff8b28c4262bc12b1fbfb44a77d59085bbe;p=u-boot.git 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 Reviewed-by: Peng Fan Reviewed-by: Ye Li Signed-off-by: Peng Fan --- 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