commit | 7ffcff277d13614023feb26356cf17647ac39db9 | [log] [tgz] |
---|---|---|
author | Dave Gerlach <d-gerlach@ti.com> | Thu Mar 17 12:03:44 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 04 19:02:04 2022 -0400 |
tree | 62d3f1659f11c31d2d247aad8144990ce988f377 | |
parent | f861ce90ca9538fefd76dbd1985f0c69f53e3b77 [diff] |
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>