From: Ye Li Date: Tue, 31 Jan 2023 08:42:19 +0000 (+0800) Subject: ddr: imx8ulp: Change DRAM timing save area to 0x20055000 X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~16^2~86 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=a64b3151e7901dad5fec368a0b576f98bc788274;p=uboot.git 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 Reviewed-by: Jacky Bai --- diff --git a/drivers/ddr/imx/imx8ulp/Kconfig b/drivers/ddr/imx/imx8ulp/Kconfig index 42848863aa..5448c33838 100644 --- a/drivers/ddr/imx/imx8ulp/Kconfig +++ b/drivers/ddr/imx/imx8ulp/Kconfig @@ -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