From: Amit Singh Tomar Date: Sun, 28 Nov 2021 11:32:25 +0000 (+0530) Subject: configs: Enable mmc support X-Git-Tag: v2025.01-rc5-pxa1908~1576^2~6 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=94a43f7dc6811b590b8caf92a0486723ead47d0e;p=u-boot.git configs: Enable mmc support This commits enables mmc on the Actions Cubieboard7 board. Signed-off-by: Amit Singh Tomar --- 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