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:
01a072c
)
arm: omap: sata: compile out board-level sata code when CONFIG_DM_SCSI is defined
author
Jean-Jacques Hiblot
<jjhiblot@ti.com>
Fri, 7 Apr 2017 11:42:01 +0000
(13:42 +0200)
committer
Simon Glass
<sjg@chromium.org>
Sat, 15 Apr 2017 01:38:57 +0000
(19:38 -0600)
When CONFIG_DM_SCSI is defined, the SATA initialization will be implemented
in the scsi-uclass driver.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-omap2/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/Makefile
b/arch/arm/mach-omap2/Makefile
index e814eb008e44308db39468d926302d14ee2d48de..aa3986dddb11d2a820dded8e3fa0150153ffb620 100644
(file)
--- a/
arch/arm/mach-omap2/Makefile
+++ b/
arch/arm/mach-omap2/Makefile
@@
-29,9
+29,11
@@
obj-y += abb.o
endif
ifneq ($(CONFIG_OMAP54XX),)
+ifeq ($(CONFIG_DM_SCSI),)
obj-y += pipe3-phy.o
obj-$(CONFIG_SCSI_AHCI_PLAT) += sata.o
endif
+endif
ifeq ($(CONFIG_SYS_DCACHE_OFF),)
obj-y += omap-cache.o