[PATCH] arm: armv8: mmu: fix mem_map_from_dram_banks
Tom Rini
trini at konsulko.com
Tue Nov 4 17:39:47 CET 2025
On Fri, 31 Oct 2025 21:47:31 +0530, Anshul Dalal wrote:
> mem_map_from_dram_banks calls fdtdec_setup_memory_banksize to setup the
> dram banks though that is expected to be done by dram_init_banksize as
> part of board_r sequence.
>
> This has the side effect of modifying gd->bd->bi_dram as well, therefore
> this patch removes the call and updates spl_enable_cache for K3 to call
> dram_init_banksize.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] arm: armv8: mmu: fix mem_map_from_dram_banks
commit: 45b7857d3b5b4cb12a5cc0a121bc8ac4b57427fa
--
Tom
More information about the U-Boot
mailing list