[U-Boot] [PATCH 2/7] arm: omap: sata: compile out sata init apis when CONFIG_DM_SCSI is defined
Jean-Jacques Hiblot
jjhiblot at ti.com
Fri Mar 24 12:24:42 UTC 2017
From: Mugunthan V N <mugunthanvnm at ti.com>
Compile out sata init/reset apis as this will be implemented in
scsi-uclass driver to initialize sata devices.
Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
---
arch/arm/mach-omap2/sata.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-omap2/sata.c b/arch/arm/mach-omap2/sata.c
index 0c82689..217f1c9 100644
--- a/arch/arm/mach-omap2/sata.c
+++ b/arch/arm/mach-omap2/sata.c
@@ -32,6 +32,7 @@ struct omap_pipe3 sata_phy = {
.dpll_map = dpll_map_sata,
};
+#ifndef CONFIG_DM_SCSI
int init_sata(int dev)
{
int ret;
@@ -68,3 +69,4 @@ void scsi_bus_reset(void)
ahci_reset((void __iomem *)DWC_AHSATA_BASE);
ahci_init((void __iomem *)DWC_AHSATA_BASE);
}
+#endif
--
1.9.1
More information about the U-Boot
mailing list