Re: [U-Boot] [PATCH] usb:gadget: Disallow DFU in SPL for now

2016-09-28 Thread Lukasz Majewski
Hi Tom, > Previously, DFU was not built in for SPL and often disabled via the > board config.h file, in the SPL build. By moving DFU to Kconfig we > now need to move this logic to the Makefile to continue to allow > boards to fit within their SPL size limit (until gcc 6 is more > widespread and u

Re: [U-Boot] [PATCH] usb:gadget: Disallow DFU in SPL for now

2016-09-27 Thread Tom Rini
On Tue, Sep 27, 2016 at 10:42:00AM -0400, Tom Rini wrote: > Previously, DFU was not built in for SPL and often disabled via the board > config.h file, in the SPL build. By moving DFU to Kconfig we now need to > move this logic to the Makefile to continue to allow boards to fit within > their SPL