arm: mach-k3: am625: remove any firewalls ROM has configured for HSRAM
authorBryan Brattlof <bb@ti.com>
Mon, 14 Apr 2025 20:20:03 +0000 (15:20 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 24 Apr 2025 16:45:37 +0000 (10:45 -0600)
commit33b191997fc215e32cd51ffd979c5f6d1189c46e
tree3c38dba11579edfc5085649fe9ab02b8192f59c7
parentf393beedba7917ef8aaaedd67d143cd7b7440ae2
arm: mach-k3: am625: remove any firewalls ROM has configured for HSRAM

ROM will configure a firewall to only allow HSRAM to be touched by the
R5 core. Any outside entity like DMA or the A53s will not have access to
this region. This can be problematic when U-Boot, running on the A53,
loads firmware that runs out of this region.

To simplify things remove the firewall here and let the remote core
firmware place a new firewall themselves if they wish for the memory
region.

Signed-off-by: Bryan Brattlof <bb@ti.com>
arch/arm/mach-k3/am62x/am625_init.c