board: ti: am64x: Account for DDR size fixups if ECC is enabled
authorDave Gerlach <d-gerlach@ti.com>
Thu, 17 Mar 2022 17:03:44 +0000 (12:03 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 4 Apr 2022 23:02:04 +0000 (19:02 -0400)
commit7ffcff277d13614023feb26356cf17647ac39db9
tree62d3f1659f11c31d2d247aad8144990ce988f377
parentf861ce90ca9538fefd76dbd1985f0c69f53e3b77
board: ti: am64x: Account for DDR size fixups if ECC is enabled

Call into k3-ddrss driver to fixup device tree and resize the available
amount of DDR if ECC is enabled.

A second fixup is required from A53 SPL to take the fixup as done from
R5 SPL and apply it to DT passed to A53 U-boot, which in turn passes
this to the OS.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
board/ti/am64x/evm.c