summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAmit Singh Tomar <amittomer25@gmail.com>2021-11-28 14:32:25 +0300
committerTom Rini <trini@konsulko.com>2022-01-18 20:48:17 +0300
commit94a43f7dc6811b590b8caf92a0486723ead47d0e (patch)
tree9b9e4928de5c4b0e556d289d29ddf93e7b0897bb /configs
parent57a91c3c9ec4d2392f70474591cfeb52f7b670ac (diff)
downloadu-boot-94a43f7dc6811b590b8caf92a0486723ead47d0e.tar.xz
configs: Enable mmc support
This commits enables mmc on the Actions Cubieboard7 board. Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/cubieboard7_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/cubieboard7_defconfig b/configs/cubieboard7_defconfig
index 2937a54d11..536b023a3e 100644
--- a/configs/cubieboard7_defconfig
+++ b/configs/cubieboard7_defconfig
@@ -16,3 +16,6 @@ CONFIG_PHY_REALTEK=y
CONFIG_RTL8201F_PHY_S700_RMII_TIMINGS=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_ETH_DESIGNWARE_S700=y
+CONFIG_DM_MMC=y
+CONFIG_MMC_OWL=y
+CONFIG_CMD_MMC=y