mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
mmc: Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selected
Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selected as is being done for the U-boot case. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
fef408679b
commit
68b3e8b398
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ config MMC_HS400_SUPPORT
|
|||
|
||||
config SPL_MMC_HS400_SUPPORT
|
||||
bool "enable HS400 support in SPL"
|
||||
select SPL_MMC_HS200_SUPPORT
|
||||
help
|
||||
The HS400 mode is support by some eMMC. The bus frequency is up to
|
||||
200MHz. This mode requires tuning the IO.
|
||||
|
|
Loading…
Reference in a new issue