Re: [U-Boot] [PATCH v2 2/3] Only attempt to build USB driver model in SPL when required

2018-11-26 Thread Marek Vasut
On 11/26/2018 05:16 PM, Martyn Welch wrote: > On Mon, 2018-11-26 at 11:22 +0100, Marek Vasut wrote: >> On 11/26/2018 11:20 AM, Martyn Welch wrote: >>> On Sat, 2018-11-24 at 19:25 +0100, Marek Vasut wrote: On 11/23/2018 05:47 PM, Martyn Welch wrote: > Current define usage causes tooling to

Re: [U-Boot] [PATCH v2 2/3] Only attempt to build USB driver model in SPL when required

2018-11-26 Thread Martyn Welch
On Mon, 2018-11-26 at 11:22 +0100, Marek Vasut wrote: > On 11/26/2018 11:20 AM, Martyn Welch wrote: > > On Sat, 2018-11-24 at 19:25 +0100, Marek Vasut wrote: > > > On 11/23/2018 05:47 PM, Martyn Welch wrote: > > > > Current define usage causes tooling to attempt to build for USB > > > > driver > >

Re: [U-Boot] [PATCH v2 2/3] Only attempt to build USB driver model in SPL when required

2018-11-26 Thread Marek Vasut
On 11/26/2018 04:23 PM, Simon Goldschmidt wrote: > On Mon, Nov 26, 2018 at 4:07 PM Marek Vasut wrote: >> >> On 11/26/2018 11:20 AM, Martyn Welch wrote: >>> On Sat, 2018-11-24 at 19:25 +0100, Marek Vasut wrote: On 11/23/2018 05:47 PM, Martyn Welch wrote: > Current define usage causes

Re: [U-Boot] [PATCH v2 2/3] Only attempt to build USB driver model in SPL when required

2018-11-26 Thread Simon Goldschmidt
On Mon, Nov 26, 2018 at 4:07 PM Marek Vasut wrote: > > On 11/26/2018 11:20 AM, Martyn Welch wrote: > > On Sat, 2018-11-24 at 19:25 +0100, Marek Vasut wrote: > >> On 11/23/2018 05:47 PM, Martyn Welch wrote: > >>> Current define usage causes tooling to attempt to build for USB > >>> driver > >>>

Re: [U-Boot] [PATCH v2 2/3] Only attempt to build USB driver model in SPL when required

2018-11-26 Thread Marek Vasut
On 11/26/2018 11:20 AM, Martyn Welch wrote: > On Sat, 2018-11-24 at 19:25 +0100, Marek Vasut wrote: >> On 11/23/2018 05:47 PM, Martyn Welch wrote: >>> Current define usage causes tooling to attempt to build for USB >>> driver >>> model when building non-DM SPL. Update logic to avoid this. >>> >>>

Re: [U-Boot] [PATCH v2 2/3] Only attempt to build USB driver model in SPL when required

2018-11-26 Thread Martyn Welch
On Sat, 2018-11-24 at 19:25 +0100, Marek Vasut wrote: > On 11/23/2018 05:47 PM, Martyn Welch wrote: > > Current define usage causes tooling to attempt to build for USB > > driver > > model when building non-DM SPL. Update logic to avoid this. > > > > Signed-off-by: Martyn Welch > > > > --- > >

Re: [U-Boot] [PATCH v2 2/3] Only attempt to build USB driver model in SPL when required

2018-11-24 Thread Marek Vasut
On 11/23/2018 05:47 PM, Martyn Welch wrote: > Current define usage causes tooling to attempt to build for USB driver > model when building non-DM SPL. Update logic to avoid this. > > Signed-off-by: Martyn Welch > > --- Isn't this exact problem fixed in u-boot-usb/master ? -- Best regards,

[U-Boot] [PATCH v2 2/3] Only attempt to build USB driver model in SPL when required

2018-11-23 Thread Martyn Welch
Current define usage causes tooling to attempt to build for USB driver model when building non-DM SPL. Update logic to avoid this. Signed-off-by: Martyn Welch --- Changes in v2: - New in v2 drivers/usb/gadget/ci_udc.c | 2 +- drivers/usb/host/Makefile | 14 ++