summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-02-24 09:14:57 -0700
committerSimon Glass <sjg@chromium.org>2016-02-26 08:53:10 -0700
commitf8025b58f834c1f25e60b9f4c8e7719cb228a5a1 (patch)
tree4e2af15d445b12ddc6f6885c346551750352b56f /test
parent0badb23d110c886cf25550325f36ce1eba1eb5e2 (diff)
downloadtalos-obmc-uboot-f8025b58f834c1f25e60b9f4c8e7719cb228a5a1.tar.gz
talos-obmc-uboot-f8025b58f834c1f25e60b9f4c8e7719cb228a5a1.zip
spi: Re-enable the SPI flash tests
These are working correctly again, so re-enable them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagan Teki <jteki@openedev.com> Tested-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'test')
-rw-r--r--test/dm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index d4f3f22e58..fd0198f1ba 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -27,8 +27,8 @@ obj-y += regmap.o
obj-$(CONFIG_REMOTEPROC) += remoteproc.o
obj-$(CONFIG_RESET) += reset.o
obj-$(CONFIG_DM_RTC) += rtc.o
-#obj-$(CONFIG_DM_SPI_FLASH) += sf.o
-#obj-$(CONFIG_DM_SPI) += spi.o
+obj-$(CONFIG_DM_SPI_FLASH) += sf.o
+obj-$(CONFIG_DM_SPI) += spi.o
obj-y += syscon.o
obj-$(CONFIG_DM_USB) += usb.o
obj-$(CONFIG_DM_PMIC) += pmic.o
OpenPOWER on IntegriCloud