提交 dd30961c 编写于 作者: M Marek Vasut 提交者: Tom Rini

env: spi: Fix incorrect entry description

Fix the max frequency entry description, it's incorrect.
Signed-off-by: NMarek 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>
上级 34501d67
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册