diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-24 09:14:57 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-02-26 08:53:10 -0700 |
commit | f8025b58f834c1f25e60b9f4c8e7719cb228a5a1 (patch) | |
tree | 4e2af15d445b12ddc6f6885c346551750352b56f /test/dm | |
parent | 0badb23d110c886cf25550325f36ce1eba1eb5e2 (diff) | |
download | u-boot-f8025b58f834c1f25e60b9f4c8e7719cb228a5a1.zip u-boot-f8025b58f834c1f25e60b9f4c8e7719cb228a5a1.tar.gz u-boot-f8025b58f834c1f25e60b9f4c8e7719cb228a5a1.tar.bz2 |
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/dm')
-rw-r--r-- | test/dm/Makefile | 4 |
1 files 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 |