[U-Boot] [PATCH v2 16/16] spi: Re-enable the SPI flash tests

Simon Glass sjg at chromium.org
Wed Feb 24 17:14:57 CET 2016


These are working correctly again, so re-enable them.

Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Jagan Teki <jteki at openedev.com>
Tested-by: Jagan Teki <jteki at openedev.com>
---

Changes in v2: None

 test/dm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/dm/Makefile b/test/dm/Makefile
index d4f3f22..fd0198f 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
-- 
2.7.0.rc3.207.g0ac5344



More information about the U-Boot mailing list