From: Simon Glass Date: Wed, 24 Feb 2016 16:14:57 +0000 (-0700) Subject: spi: Re-enable the SPI flash tests X-Git-Tag: v2016.03-rc3~9^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8025b58f834c1f25e60b9f4c8e7719cb228a5a1;p=u-boot spi: Re-enable the SPI flash tests These are working correctly again, so re-enable them. Signed-off-by: Simon Glass Reviewed-by: Jagan Teki Tested-by: Jagan Teki --- 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