]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
treewide: Replace Maximumm with Maximum in Kconfig symbol description
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 21 Jan 2025 15:36:11 +0000 (16:36 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:15:05 +0000 (14:15 -0600)
Replace Maximumm with Maximum in Kconfig symbol description, fix a typo.
No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Michal Simek <michal.simek@amd.com>
drivers/block/Kconfig
drivers/mtd/Kconfig
env/Kconfig

index cc75bad02b8ceef0f67ff6bad2c54d8f03c61b32..750b0bd20820c712619dc411d6806d003dfd3077 100644 (file)
@@ -147,7 +147,7 @@ config IDE
 if IDE
 
 config SYS_IDE_MAXBUS
-       hex "Maximumm number of IDE buses"
+       hex "Maximum number of IDE buses"
        default 2
        help
          This is the number of IDE buses provided by the board. Each one
index 185e834621352aa690b2621f1088f7b375ea0617..2b7f5e5ed7ba897c947ede11766c934480b5498e 100644 (file)
@@ -216,7 +216,7 @@ config STM32_FLASH
         STM32 MCU.
 
 config SYS_MAX_FLASH_SECT
-       int "Maximumm number of sectors on a flash chip"
+       int "Maximum number of sectors on a flash chip"
        depends on MTD_NOR_FLASH || FLASH_CFI_DRIVER
        default 512
 
index aaf0b1fe9acc62d570eeb71082c4b797cdeb95e4..4438f0b392cc77027e037c53dc67a859be3e7763 100644 (file)
@@ -60,7 +60,7 @@ config ENV_MIN_ENTRIES
          to store the environment settings.
 
 config ENV_MAX_ENTRIES
-       int "Maximumm number of entries in the environment hashtable"
+       int "Maximum number of entries in the environment hashtable"
        default 512
        help
          Maximum number of entries in the hash table that is used internally