commit | 69a5085219b121a93913f9b0e42436444d5f65fc | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Wed Feb 14 10:30:08 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 06 09:09:00 2024 -0500 |
tree | d3f954b8510b7568d04aeb911dab296945c93731 | |
parent | 8b0fc29de0e3b820731052a031a97dc8fc5411ce [diff] |
arm: mach-k3: am62a: Fixup TF-A/OP-TEE reserved-memory node in FDT The address we load TFA and OP-TEE to is configurable by CONFIG_K3_{ATF,OPTEE}_LOAD_ADDR, but the DT nodes reserving this memory are static. Fix that by updating this node when the loaded address does not match the address in DT. Signed-off-by: Andrew Davis <afd@ti.com> Acked-by: Bryan Brattlof <bb@ti.com>