diff options
| author | Heiko Schocher <[email protected]> | 2019-12-01 11:23:14 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-01-07 10:26:55 +0100 |
| commit | 8664c485d9ebccc827935242e3b952c43c5950db (patch) | |
| tree | 1345341938b235e07339cd343d0712031e664153 /include | |
| parent | f44b4ab3c88c92f44cff39189a37fd2da0574fbf (diff) | |
imx6: aristainetos: convert to DM_MMC
Enable DM_MMC support.
Signed-off-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/aristainetos2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h index 9291cfdffde..b008928c064 100644 --- a/include/configs/aristainetos2.h +++ b/include/configs/aristainetos2.h @@ -45,7 +45,7 @@ #define CONFIG_MMCROOT "/dev/mmcblk0p1" /* MMC Configs */ -#define CONFIG_SYS_FSL_ESDHC_ADDR 0 +#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR #define IMX_FEC_BASE ENET_BASE_ADDR #define CONFIG_ETHPRIME "FEC" |
