On Tue, 24 Feb 2026 19:15:57 +0530, Devarsh Thakkar wrote:
> commit ba20b2443c29 ("arm: mach-k3: common: Reserve video memory from
> end of the RAM") switched spl_enable_cache() to use gd->ram_top directly
> but omitted the board_get_usable_ram_top() call that limits RAM
> configuration and provides updated RAM end address per memory map
> used by board and impacts subsequent allocations and reservations.
> For e.g. here it impacts how high the TLB may be placed.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] arm: mach-k3: common: Clamp RAM end address to board-usable region in
spl_enable_cache()
commit: 26048cdb4ce35b4119e82df2aafb1ebf3f611480
--
Tom