diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2020-09-01 16:58:09 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2020-10-12 15:47:08 +0800 |
commit | d3c610c6233e8848feea74da3c7a65ea070f1671 (patch) | |
tree | cf15f6d04598d2ccdd0d0f0ecdf6fcc29fdb0f6c /configs/lx2160ardb_tfa_defconfig | |
parent | dedd632f5607c1abe1665f05203ec9d60d0dc28f (diff) | |
download | u-boot-d3c610c6233e8848feea74da3c7a65ea070f1671.tar.gz u-boot-d3c610c6233e8848feea74da3c7a65ea070f1671.tar.bz2 u-boot-d3c610c6233e8848feea74da3c7a65ea070f1671.zip |
configs: lx2160ardb: enable eMMC HS400 mode support
Enable eMMC HS400 mode support on LX2160ARDB.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'configs/lx2160ardb_tfa_defconfig')
-rw-r--r-- | configs/lx2160ardb_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index 702122318e..8a4e6efc90 100644 --- a/configs/lx2160ardb_tfa_defconfig +++ b/configs/lx2160ardb_tfa_defconfig @@ -48,6 +48,7 @@ CONFIG_DM_I2C=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_I2C_DEFAULT_BUS_NUMBER=0 CONFIG_DM_MMC=y +CONFIG_MMC_HS400_SUPPORT=y CONFIG_FSL_ESDHC=y CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y |