"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace Maximumm with Maximum in Kconfig symbol description

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>

authored by

Marek Vasut and committed by
Tom Rini
87f9f591 8fcb7a88

+3 -3
+1 -1
drivers/block/Kconfig
··· 147 147 if IDE 148 148 149 149 config SYS_IDE_MAXBUS 150 - hex "Maximumm number of IDE buses" 150 + hex "Maximum number of IDE buses" 151 151 default 2 152 152 help 153 153 This is the number of IDE buses provided by the board. Each one
+1 -1
drivers/mtd/Kconfig
··· 216 216 STM32 MCU. 217 217 218 218 config SYS_MAX_FLASH_SECT 219 - int "Maximumm number of sectors on a flash chip" 219 + int "Maximum number of sectors on a flash chip" 220 220 depends on MTD_NOR_FLASH || FLASH_CFI_DRIVER 221 221 default 512 222 222
+1 -1
env/Kconfig
··· 60 60 to store the environment settings. 61 61 62 62 config ENV_MAX_ENTRIES 63 - int "Maximumm number of entries in the environment hashtable" 63 + int "Maximum number of entries in the environment hashtable" 64 64 default 512 65 65 help 66 66 Maximum number of entries in the hash table that is used internally