commit | 44b1d2210f0aa062c45e39860ebdcdbb22c84933 | [log] [tgz] |
---|---|---|
author | Bryan Brattlof <bb@ti.com> | Thu May 23 11:43:20 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed May 29 11:21:14 2024 -0600 |
tree | 2457dab07eb3895d86598d54c459b6b16c03f948 | |
parent | 480b2d14ce601592e5a741228251bbed77d6b508 [diff] |
arm: mach-k3: am62p: Fixup TF-A/OP-TEE reserved-memory node in FDT The address we load TFA and OPTEE is configurable by the CONFIG_K3_{ATF,OPTEE)_LOAD_ADDR, but the DT node reservations remain static which can cause some confusion about where exactly these firmware are exactly. Fix this by updating the reserved-memory{} nodes when the loaded address does not match the address in DT. Reported-by: Andrew Davis <afd@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>