]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb:gadget: Disallow DFU in SPL for now
authorTom Rini <trini@konsulko.com>
Tue, 27 Sep 2016 12:36:56 +0000 (08:36 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 27 Sep 2016 14:46:20 +0000 (10:46 -0400)
commit6ad6102246d83ec1d39aeba83f66cf5faffd0f82
tree00fbd2c3ed9688e8ec99d5c045580b08b854b212
parent5e61b0df41bbd084e2f59aa3857a5063822cae5a
usb:gadget: Disallow DFU in SPL for now

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 unused strings will
be discarded).

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/usb/gadget/Makefile