projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0badb23
)
spi: Re-enable the SPI flash tests
author
Simon Glass
<
[email protected]
>
Wed, 24 Feb 2016 16:14:57 +0000
(09:14 -0700)
committer
Simon Glass
<
[email protected]
>
Fri, 26 Feb 2016 15:53:10 +0000
(08:53 -0700)
These are working correctly again, so re-enable them.
Signed-off-by: Simon Glass <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
Tested-by: Jagan Teki <
[email protected]
>
test/dm/Makefile
patch
|
blob
|
history
diff --git
a/test/dm/Makefile
b/test/dm/Makefile
index d4f3f22e583f803ab819a012af64612d7a1f3472..fd0198f1bacd2f1fec31e927ea8f567a596881bf 100644
(file)
--- 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