git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54e9cee
)
ddr: imx9: Change the saved ddr data base to 0x2051c000
author
Jacky Bai
<ping.bai@nxp.com>
Fri, 28 Apr 2023 04:08:41 +0000
(12:08 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 21 May 2023 14:54:41 +0000
(16:54 +0200)
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>
drivers/ddr/imx/imx9/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/ddr/imx/imx9/Kconfig
b/drivers/ddr/imx/imx9/Kconfig
index
123ad17
..
b1795ee
100644
(file)
--- 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 0x20
4D
C000
+ default 0x20
51
C000
endmenu