summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 13:52:44 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commit341392dd115f1385c31bb0b034ec15f542730e30 (patch)
tree2aa30d921696efbefd6ed6b16ee05459b98082b2 /test/dm/Makefile
parentafa2c3122db1ef5243e717b84d698353da412d92 (diff)
downloadu-boot-imx-341392dd115f1385c31bb0b034ec15f542730e30.zip
u-boot-imx-341392dd115f1385c31bb0b034ec15f542730e30.tar.gz
u-boot-imx-341392dd115f1385c31bb0b034ec15f542730e30.tar.bz2
dm: mmc: test: Add tests for MMC
Add a simple test which checks that a sandbox-emulated SD card can be used correctly. This tests plumbing through the MMC stack's block-device implementaion. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index 8ec391b..9a11ae0 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -21,9 +21,7 @@ obj-$(CONFIG_DM_ETH) += eth.o
obj-$(CONFIG_DM_GPIO) += gpio.o
obj-$(CONFIG_DM_I2C) += i2c.o
obj-$(CONFIG_LED) += led.o
-
-# Disable temporarily
-# obj-$(CONFIG_DM_MMC) += mmc.o
+obj-$(CONFIG_DM_MMC) += mmc.o
obj-$(CONFIG_DM_PCI) += pci.o
obj-$(CONFIG_RAM) += ram.o
obj-y += regmap.o