commit | 18c0fbf4dc8ff4517eac877b2dd246c36ce98d8b | [log] [tgz] |
---|---|---|
author | Georgi Vlaev <g-vlaev@ti.com> | Tue Jun 14 17:45:33 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 06 14:30:08 2022 -0400 |
tree | d4216186a430bb8c83ac82810368fbea52a6618e | |
parent | 8a9ceb473a32c865ee0c46a9092ec44a39da24fc [diff] |
board: ti: am62x: 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: Georgi Vlaev <g-vlaev@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>