summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-04-14 13:05:46 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-14 13:05:46 (GMT)
commitaf1b7286d8b2712cff5779d8a1565afed9d9d8e6 (patch)
tree9e38911afcb5ab7ef41ffda2095214d2c523de6d /configs
parentb7b24a7a3cd74bb165d28a2959ed9143e3648fbf (diff)
parent7dde50d70787eb2faeced82d0c025762b12363ea (diff)
downloadu-boot-af1b7286d8b2712cff5779d8a1565afed9d9d8e6.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Diffstat (limited to 'configs')
-rw-r--r--configs/odroid-c2_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 2cf5011..00da76e 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -14,7 +14,10 @@ CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2"
# CONFIG_CMD_SETEXPR is not set
CONFIG_OF_CONTROL=y
CONFIG_NET_RANDOM_ETHADDR=y
-# CONFIG_MMC is not set
+CONFIG_MMC=y
+CONFIG_DM_MMC=y
+CONFIG_MMC_MESON_GX=y
+CONFIG_CMD_MMC=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_PINCTRL=y