summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 13:52:38 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commitf8b7752e8f42c6f0bb8725f2488e398c849a7bf4 (patch)
tree22ffd4911d273aba1eb0856027bf1417e4422f90 /test
parentfdbb139f0ce10325b44dd3ec76993f8c8e798395 (diff)
downloadtalos-obmc-uboot-f8b7752e8f42c6f0bb8725f2488e398c849a7bf4.tar.gz
talos-obmc-uboot-f8b7752e8f42c6f0bb8725f2488e398c849a7bf4.zip
dm: sandbox: Only enable the sandbox MMC driver when valid
This driver will require generic MMC and block-device support in a future commit. To avoid test errors, make this change now. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/dm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index 9a11ae0a14..8ec391b6a4 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -21,7 +21,9 @@ obj-$(CONFIG_DM_ETH) += eth.o
obj-$(CONFIG_DM_GPIO) += gpio.o
obj-$(CONFIG_DM_I2C) += i2c.o
obj-$(CONFIG_LED) += led.o
-obj-$(CONFIG_DM_MMC) += mmc.o
+
+# Disable temporarily
+# obj-$(CONFIG_DM_MMC) += mmc.o
obj-$(CONFIG_DM_PCI) += pci.o
obj-$(CONFIG_RAM) += ram.o
obj-y += regmap.o
OpenPOWER on IntegriCloud