env: spi: Fix incorrect entry description
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 4 May 2019 17:10:05 +0000 (19:10 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 9 May 2019 23:52:55 +0000 (19:52 -0400)
Fix the max frequency entry description, it's incorrect.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Chris Brandt <chris.brandt@renesas.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Cc: Tom Rini <trini@konsulko.com>
env/Kconfig

index 78300660c720ffe4276560fed17aa3e6408b6d7f..70858d3b40755196495cbcfae38c50dbe3ca0980 100644 (file)
@@ -351,14 +351,14 @@ config ENV_SPI_CS
          Value of the SPI chip select for environment.
 
 config USE_ENV_SPI_MAX_HZ
-       bool "SPI flash bus for environment"
+       bool "SPI flash max frequency for environment"
        depends on ENV_IS_IN_SPI_FLASH
        help
          Force the SPI max work clock for environment.
          If not defined, use CONFIG_SF_DEFAULT_SPEED.
 
 config ENV_SPI_MAX_HZ
-       int "Value of SPI flash max work for environment"
+       int "Value of SPI flash max frequency for environment"
        depends on USE_ENV_SPI_MAX_HZ
        help
          Value of the SPI max work clock for environment.