Re: [U-Boot] [PATCH] usb: gadget: Disable gadget options in SPL

2016-04-19 Thread Sam Protsenko
On Mon, Apr 18, 2016 at 8:37 PM, Tom Rini wrote: > On Fri, Apr 15, 2016 at 05:40:56PM +0300, Sam Protsenko wrote: > >> During Kconfig migrating process we missed to check some gadget options >> for SPL_BUILD. Do it now to properly disable gadget in SPL build for >> those platforms that disabled it

Re: [U-Boot] [PATCH] usb: gadget: Disable gadget options in SPL

2016-04-18 Thread Tom Rini
On Fri, Apr 15, 2016 at 05:40:56PM +0300, Sam Protsenko wrote: > During Kconfig migrating process we missed to check some gadget options > for SPL_BUILD. Do it now to properly disable gadget in SPL build for > those platforms that disabled it before migrating options to Kconfig. > > Signed-off-by

Re: [U-Boot] [PATCH] usb: gadget: Disable gadget options in SPL

2016-04-18 Thread Sam Protsenko
On Mon, Apr 18, 2016 at 1:59 PM, Lukasz Majewski wrote: > Hi Sam, > >> During Kconfig migrating process we missed to check some gadget >> options for SPL_BUILD. Do it now to properly disable gadget in SPL >> build for those platforms that disabled it before migrating options >> to Kconfig. >> >> S

Re: [U-Boot] [PATCH] usb: gadget: Disable gadget options in SPL

2016-04-18 Thread Lukasz Majewski
Hi Sam, > During Kconfig migrating process we missed to check some gadget > options for SPL_BUILD. Do it now to properly disable gadget in SPL > build for those platforms that disabled it before migrating options > to Kconfig. > > Signed-off-by: Sam Protsenko > --- > include/configs/am43xx_evm.