commit | 94e93a41108987999b0129af162301877beb1785 | [log] [tgz] |
---|---|---|
author | Amit Singh Tomar <amittomer25@gmail.com> | Sun Nov 28 17:02:25 2021 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 18 12:48:17 2022 -0500 |
tree | 9b9e4928de5c4b0e556d289d29ddf93e7b0897bb | |
parent | 347494c49158416a4d213bd311032bee9b44faea [diff] |
configs: Enable mmc support This commits enables mmc on the Actions Cubieboard7 board. Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
diff --git a/configs/cubieboard7_defconfig b/configs/cubieboard7_defconfig index 2937a54..536b023 100644 --- a/configs/cubieboard7_defconfig +++ b/configs/cubieboard7_defconfig
@@ -16,3 +16,6 @@ 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