commit | e819fab3da22094042a691dc719d60917dd87552 | [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 | 3a7442dfc447ad1a9ca94d24de927b4932c56ca7 [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>