From: Simon Glass Date: Mon, 18 Aug 2025 06:47:15 +0000 (+0200) Subject: arm: Fix swtiching typo X-Git-Tag: v2025.10-rc4~9^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20b8792c5228a8d9f20943660d61ea5b2c60232;p=pandora-u-boot.git arm: Fix swtiching typo This should say 'switching', so fix it. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt Reviewed-by: Quentin Schulz Signed-off-by: Heinrich Schuchardt --- diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index 7eb764e1f4e..ca4cec61f22 100644 --- a/arch/arm/lib/bootm.c +++ b/arch/arm/lib/bootm.c @@ -183,7 +183,7 @@ __weak void setup_board_tags(struct tag **in_params) {} static void do_nonsec_virt_switch(void) { smp_kick_all_cpus(); - dcache_disable(); /* flush cache before swtiching to EL2 */ + dcache_disable(); /* flush cache before switching to EL2 */ } #endif