]> git.baikalelectronics.ru Git - uboot.git/commitdiff
ddr: imx8ulp: Change DRAM timing save area to 0x20055000
authorYe Li <ye.li@nxp.com>
Tue, 31 Jan 2023 08:42:19 +0000 (16:42 +0800)
committerStefano Babic <sbabic@denx.de>
Wed, 29 Mar 2023 18:15:42 +0000 (20:15 +0200)
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>
drivers/ddr/imx/imx8ulp/Kconfig

index 42848863aae194db6ea72b477005b27a1b060813..5448c33838ce2eab26322425f85d3a2097e346c5 100644 (file)
@@ -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