Recently, I made a patch series [0] that added firewalls to K3 boards. This was merged. Francesco reported [1] that the series broke boot in Verdin boards. This issue occurred only in Verdin devices, and not in the other boards, due to `dram_init()` invoking `get_ram_size()` even at the A53 stage.
This patch attempts to fix the issue. NOTE: I have *NOT* tested this. I don't have a Verdin board with me. I request Francesco to test this and please let us know if this works. [0] https://lore.kernel.org/u-boot/[email protected]/ [1] https://lore.kernel.org/u-boot/20260209083855.GA9367@francesco-nb/ Suhaas Joshi (1): board: toradex: Make A53 get RAM size from DT in K3 boards board/toradex/verdin-am62/verdin-am62.c | 10 ++++++++++ board/toradex/verdin-am62p/verdin-am62p.c | 11 +++++++++++ 2 files changed, 21 insertions(+) -- 2.34.1

