diff options
| author | Tom Rini <[email protected]> | 2019-05-10 07:07:49 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-05-10 07:07:49 -0400 |
| commit | 927a37df9f5ed33fc350b9cc509d9f50ffaf5cd2 (patch) | |
| tree | 0afab773bb17cb8f33ab6e2e2b969423ec36140b /env | |
| parent | f30f268a07b0c9e4418366debc9ad0100a47cea4 (diff) | |
| parent | 0d7b6cffa532eecfdc7cb87c2c65cd311344981f (diff) | |
Merge branch '2019-05-09-master-imports'
- Minor fixes (ata memory leak, implement feedback on ohci-da8xx
changes, avb test fix, mmc test fix, spelling fixes, make FIT really
optional, fit-dtb blob cleanups, TI K3 workflow improvements, bootz
can boot barebox on 32bit ARM).
Diffstat (limited to 'env')
| -rw-r--r-- | env/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/env/Kconfig b/env/Kconfig index 78300660c72..70858d3b407 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -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. |
