[PATCH 0/1] Fix regression caused in Verdin boards by 42b3ee7fa524

Suhaas Joshi s-joshi at ti.com
Wed Feb 11 12:13:27 CET 2026


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/20260127081652.506357-1-s-joshi@ti.com/
[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



More information about the U-Boot mailing list