commit | e0b7138449a5bdf21f7275cab0a302fb04ed6b30 | [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 | 3a081d5d27cdbb24cfffd547bd3049ce716dfb9f [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>