commit | df7fe21f735937dac26987a17e8efa45cc6bae07 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Wed Nov 24 10:52:18 2021 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Tue Nov 30 16:43:28 2021 +0100 |
tree | a63817010a300a77f917f93a4e8a1ce3422c5843 | |
parent | 4340a65f0e6c35beb21bc0e9cd2d48ad99ebf751 [diff] |
ram: stm32mp1: compute DDR size from DDRCTL registers Compute the DDR size from DDR controller register (mstr and addrmap) in U-Boot proper as the DDR information are useful only for SPL but not for U-Boot proper, for example with TFABOOT. This patch simplify U-Boot DT when several DDR size are supported and support of next SOC in STM32MP family. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>