
15 Aug
2025
15 Aug
'25
11:31 p.m.
From: Simon Glass <sjg@chromium.org> This should say 'switching', so fix it. Signed-off-by: Simon Glass <sjg@chromium.org> --- arch/arm/lib/bootm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index 9d8c9a813dc..d17f992ecb9 100644 --- a/arch/arm/lib/bootm.c +++ b/arch/arm/lib/bootm.c @@ -156,7 +156,7 @@ static void do_nonsec_virt_switch(void) { if (ll_boot_init()) { smp_kick_all_cpus(); - dcache_disable(); /* flush cache before swtiching to EL2 */ + dcache_disable(); /* flush cache before switching to EL2 */ } } #endif -- 2.43.0