diff options
author | Heiko Schocher <hs@denx.de> | 2019-12-01 11:23:14 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:55 +0100 |
commit | 8664c485d9ebccc827935242e3b952c43c5950db (patch) | |
tree | 1345341938b235e07339cd343d0712031e664153 /configs | |
parent | f44b4ab3c88c92f44cff39189a37fd2da0574fbf (diff) | |
download | u-boot-8664c485d9ebccc827935242e3b952c43c5950db.tar.gz |
imx6: aristainetos: convert to DM_MMC
Enable DM_MMC support.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/aristainetos2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig index 65702c0905..52c28d977d 100644 --- a/configs/aristainetos2_defconfig +++ b/configs/aristainetos2_defconfig @@ -53,6 +53,7 @@ CONFIG_ENV_SPI_EARLY=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_ENV_OFFSET_REDUND=0xE0000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_DM_MMC=y CONFIG_FSL_USDHC=y CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y |