From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Singh Tomar Date: Sun, 13 Dec 2020 15:38:36 +0530 Subject: [PATCH 6/6] configs: Enable mmc support In-Reply-To: <1607854116-19754-1-git-send-email-atomar25opensource@gmail.com> References: <1607854116-19754-1-git-send-email-atomar25opensource@gmail.com> Message-ID: <1607854116-19754-7-git-send-email-atomar25opensource@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Amit Singh Tomar This commits enables mmc on the Actions Cubieboard7 board. Signed-off-by: Amit Singh Tomar --- configs/cubieboard7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/cubieboard7_defconfig b/configs/cubieboard7_defconfig index 64dc593..d1ee862 100644 --- a/configs/cubieboard7_defconfig +++ b/configs/cubieboard7_defconfig @@ -14,3 +14,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 -- 2.7.4