Re: [U-Boot] [PATCH 2/4] dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB

2017-08-06 Thread Simon Glass
Hi Marek, On 6 August 2017 at 13:17, Marek Vasut wrote: > On 08/06/2017 07:15 AM, Simon Glass wrote: >> On 24 July 2017 at 09:07, wrote: >>> From: Patrice Chotard >>> >>> Add CONFIG_DM_USB flag to avoid following compilation

Re: [U-Boot] [PATCH 2/4] dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB

2017-08-06 Thread Marek Vasut
On 08/06/2017 07:15 AM, Simon Glass wrote: > On 24 July 2017 at 09:07, wrote: >> From: Patrice Chotard >> >> Add CONFIG_DM_USB flag to avoid following compilation errors >> detected by buildman : >> +drivers/usb/host/built-in.o: In function

Re: [U-Boot] [PATCH 2/4] dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB

2017-08-05 Thread Simon Glass
On 24 July 2017 at 09:07, wrote: > From: Patrice Chotard > > Add CONFIG_DM_USB flag to avoid following compilation errors > detected by buildman : > +drivers/usb/host/built-in.o: In function `xhci_dwc3_remove': > +drivers/usb/host/xhci-dwc3.c:168:

[U-Boot] [PATCH 2/4] dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB

2017-07-24 Thread patrice.chotard
From: Patrice Chotard Add CONFIG_DM_USB flag to avoid following compilation errors detected by buildman : +drivers/usb/host/built-in.o: In function `xhci_dwc3_remove': +drivers/usb/host/xhci-dwc3.c:168: undefined reference to `xhci_deregister'