mach-k3: j722s: enable caches for the SPL stage

This is same as done in commit 27cd65ca1b ("mach-k3: am62ax: enable
caches for the SPL stage").

This is resulting in ~2x speedup in the A53 SPL stage.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
This commit is contained in:
Heiko Thiery
2025-06-12 13:50:15 +02:00
committed by Tom Rini
parent 5609f200d0
commit cf2abe7b1e

View File

@@ -166,6 +166,8 @@ static void k3_mem_init(void)
if (ret)
panic("DRAM init failed: %d\n", ret);
}
spl_enable_cache();
}
static __maybe_unused void enable_mcu_esm_reset(void)