[PATCH v1 1/8] Kconfig: armv7: fix typo
Johan Jonker
jbx6244 at gmail.com
Tue Jun 9 03:24:37 CEST 2026
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 at gmail.com>
---
arch/arm/cpu/armv7/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/Kconfig b/arch/arm/cpu/armv7/Kconfig
index 3a3c1784e188..1b72fa927721 100644
--- a/arch/arm/cpu/armv7/Kconfig
+++ b/arch/arm/cpu/armv7/Kconfig
@@ -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".
--
2.39.5
More information about the U-Boot
mailing list