Re: [PATCH u-boot] ata: Fix dependency for CONFIG_SATA_SIL

2023-01-12 Thread Tom Rini
On Thu, Dec 29, 2022 at 06:15:35PM +0100, Pali Rohár wrote: > sata_sil.c is PCI driver and without CONFIG_PCI is building of U-Boot failing: > > LD u-boot > ld.bfd: drivers/ata/sata_sil.o: in function `sil_exec_cmd': > drivers/ata/sata_sil.c:148: undefined reference to `dm_pci_

Re: [PATCH u-boot] ata: Fix dependency for CONFIG_SATA_SIL

2023-01-02 Thread Stefan Roese
On 12/29/22 18:15, Pali Rohár wrote: sata_sil.c is PCI driver and without CONFIG_PCI is building of U-Boot failing: LD u-boot ld.bfd: drivers/ata/sata_sil.o: in function `sil_exec_cmd': drivers/ata/sata_sil.c:148: undefined reference to `dm_pci_phys_to_bus' ld.bfd: dri

Re: [PATCH u-boot] ata: Fix dependency for CONFIG_SATA_SIL

2022-12-29 Thread Simon Glass
On Thu, 29 Dec 2022 at 11:15, Pali Rohár wrote: > > sata_sil.c is PCI driver and without CONFIG_PCI is building of U-Boot failing: > > LD u-boot > ld.bfd: drivers/ata/sata_sil.o: in function `sil_exec_cmd': > drivers/ata/sata_sil.c:148: undefined reference to `dm_pci_phys_to_bus

[PATCH u-boot] ata: Fix dependency for CONFIG_SATA_SIL

2022-12-29 Thread Pali Rohár
sata_sil.c is PCI driver and without CONFIG_PCI is building of U-Boot failing: LD u-boot ld.bfd: drivers/ata/sata_sil.o: in function `sil_exec_cmd': drivers/ata/sata_sil.c:148: undefined reference to `dm_pci_phys_to_bus' ld.bfd: drivers/ata/sata_sil.o: in function `sil_pci_p