mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user