]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: Fix swtiching typo
authorSimon Glass <sjg@chromium.org>
Mon, 18 Aug 2025 06:47:15 +0000 (08:47 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 30 Aug 2025 18:45:33 +0000 (20:45 +0200)
This should say 'switching', so fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
arch/arm/lib/bootm.c

index 7eb764e1f4ebad9be447a56e8b668cd30d637f94..ca4cec61f226cefd85e7a80b130adba7e4cc0c4b 100644 (file)
@@ -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