mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-02 01:26:32 +00:00
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>
This commit is contained in:
parent
8fcb7a8832
commit
87f9f591be
3 changed files with 3 additions and 3 deletions
|
@ -147,7 +147,7 @@ config IDE
|
||||||
if IDE
|
if IDE
|
||||||
|
|
||||||
config SYS_IDE_MAXBUS
|
config SYS_IDE_MAXBUS
|
||||||
hex "Maximumm number of IDE buses"
|
hex "Maximum number of IDE buses"
|
||||||
default 2
|
default 2
|
||||||
help
|
help
|
||||||
This is the number of IDE buses provided by the board. Each one
|
This is the number of IDE buses provided by the board. Each one
|
||||||
|
|
|
@ -216,7 +216,7 @@ config STM32_FLASH
|
||||||
STM32 MCU.
|
STM32 MCU.
|
||||||
|
|
||||||
config SYS_MAX_FLASH_SECT
|
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
|
depends on MTD_NOR_FLASH || FLASH_CFI_DRIVER
|
||||||
default 512
|
default 512
|
||||||
|
|
||||||
|
|
2
env/Kconfig
vendored
2
env/Kconfig
vendored
|
@ -60,7 +60,7 @@ config ENV_MIN_ENTRIES
|
||||||
to store the environment settings.
|
to store the environment settings.
|
||||||
|
|
||||||
config ENV_MAX_ENTRIES
|
config ENV_MAX_ENTRIES
|
||||||
int "Maximumm number of entries in the environment hashtable"
|
int "Maximum number of entries in the environment hashtable"
|
||||||
default 512
|
default 512
|
||||||
help
|
help
|
||||||
Maximum number of entries in the hash table that is used internally
|
Maximum number of entries in the hash table that is used internally
|
||||||
|
|
Loading…
Add table
Reference in a new issue