summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-03 13:50:29 -0700
committerSimon Glass <sjg@chromium.org>2016-01-07 10:27:07 -0700
commitb042566dcf0225f89026113ac24b9bffb9546684 (patch)
tree53f383adf3c006dcb7cededcd5a3852234d3d943 /test
parent4cdc2c8cc018ba90050bee7622148032af7341ec (diff)
downloadblackbird-obmc-uboot-b042566dcf0225f89026113ac24b9bffb9546684.tar.gz
blackbird-obmc-uboot-b042566dcf0225f89026113ac24b9bffb9546684.zip
dm: Disable all SPI and SPI flash tests
This subsystem has been broken since commit: 4efad20a sf: Update status reg check in spi_flash_cmd_wait_ready There has so far been no response from the maintainer, and a release is imminent. For now, let's just disable the tests. Signed-off-by: Simon Glass <sjg@chromium.org>
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 681c6aec71..3ff1b75e6f 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