]> git.ipfire.org Git - thirdparty/u-boot.git/commit
stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MP
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 27 Oct 2023 14:42:59 +0000 (16:42 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 13 Nov 2023 09:55:38 +0000 (10:55 +0100)
commit75ba0fd570c850b92dfd43d873bab877b4a1b73b
treebeb036e56c9531e477ec32a3105e9436a358664f
parentee15c72da261b2d4b27ffcdccc2af8b2797c37fc
stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MP

Limit DDR usage under 4GB boundary on STM32MP regardless of
memory size declared in device tree.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/mach-stm32mp/dram_init.c