diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2019-01-29 15:54:15 +0000 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-01-30 18:22:18 +0530 |
commit | a7cca5793774ee139b75a704d6efaa4d29f09f93 (patch) | |
tree | 12f4f540a1533e724c3a613d81b07ca582c1469b /configs | |
parent | cebeba9fdf1e15f8af709ca37f1f0e048fe73209 (diff) | |
download | u-boot-a7cca5793774ee139b75a704d6efaa4d29f09f93.tar.gz u-boot-a7cca5793774ee139b75a704d6efaa4d29f09f93.tar.bz2 u-boot-a7cca5793774ee139b75a704d6efaa4d29f09f93.zip |
arm: sunxi: Enable DM_MMC
Enable DM_MMC for all Allwinner SoCs, this will eventually
enable BLK.
Also removed DM_MMC enablement in few parts of sunxi
configurations.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Linksprite_pcDuino3_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/Linksprite_pcDuino3_defconfig b/configs/Linksprite_pcDuino3_defconfig index 9156f132d1..18f658e96b 100644 --- a/configs/Linksprite_pcDuino3_defconfig +++ b/configs/Linksprite_pcDuino3_defconfig @@ -14,7 +14,6 @@ CONFIG_SPL_I2C_SUPPORT=y # CONFIG_SPL_EFI_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-pcduino3" CONFIG_SCSI_AHCI=y -CONFIG_DM_MMC=y CONFIG_ETH_DESIGNWARE=y CONFIG_MII=y CONFIG_SUN7I_GMAC=y |