Re: [U-Boot] [PATCH v1] mmc: pci: only compile on platforms that need it

2017-02-14 Thread Felipe Balbi
Hi, Jaehoon Chung writes: > On 02/13/2017 11:56 PM, Andy Shevchenko wrote: >> From: Felipe Balbi >> >> We should only compile pci_mmc.c on platforms that actually need >> this. Some platforms are using generic sdhci through driver model. >> >> Signed-off-by: Felipe Balbi >> Signed-off-by: An

Re: [U-Boot] [PATCH v1] mmc: pci: only compile on platforms that need it

2017-02-14 Thread Jaehoon Chung
Hi, On 02/13/2017 11:56 PM, Andy Shevchenko wrote: > From: Felipe Balbi > > We should only compile pci_mmc.c on platforms that actually need > this. Some platforms are using generic sdhci through driver model. > > Signed-off-by: Felipe Balbi > Signed-off-by: Andy Shevchenko > --- > drivers/m

[U-Boot] [PATCH v1] mmc: pci: only compile on platforms that need it

2017-02-13 Thread Andy Shevchenko
From: Felipe Balbi We should only compile pci_mmc.c on platforms that actually need this. Some platforms are using generic sdhci through driver model. Signed-off-by: Felipe Balbi Signed-off-by: Andy Shevchenko --- drivers/mmc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)