]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: armv7: fix typo
authorJohan Jonker <jbx6244@gmail.com>
Tue, 9 Jun 2026 01:24:37 +0000 (03:24 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2026 20:06:17 +0000 (14:06 -0600)
While restyling Kconfig the script checkpatch.pl gives
this info:

WARNING: 'suppport' may be misspelled - perhaps 'support'?

Fix by changing 'suppport' to 'support'.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/Kconfig

index 3a3c1784e18863747da0e9f14ddb71bee248fefd..1b72fa92772115639d94e0d1a900c75baff94c20 100644 (file)
@@ -23,7 +23,7 @@ config ARMV7_BOOT_SEC_DEFAULT
        ---help---
        Say Y here to boot in secure mode by default even if non-secure mode
        is supported. This option is useful to boot kernels which do not
-       suppport booting in non-secure mode. Only set this if you need it.
+       support booting in non-secure mode. Only set this if you need it.
        This can be overridden at run-time by setting the bootm_boot_mode env.
        variable to "sec" or "nonsec".