]> git.baikalelectronics.ru Git - uboot.git/commit
spl: dfu: move DFU Kconfig to SPL Kconfig
authorStefan Agner <stefan.agner@toradex.com>
Mon, 21 Nov 2016 18:58:52 +0000 (10:58 -0800)
committerTom Rini <trini@konsulko.com>
Tue, 29 Nov 2016 00:49:49 +0000 (19:49 -0500)
commit3f64e4d93429e246750e507ea3657619ad3e36fc
treee2a99538d5c50353ae141025e8b45f2fce2fbaaf
parent5cabe75b8f5719d898269d86e1cc12115e2be53e
spl: dfu: move DFU Kconfig to SPL Kconfig

The DFU Kconfig menu entries should be part of the SPL
Kconfig file. Also avoid using the top level Makefile by
moving the config dependent build artifacts to the driver/
and driver/usb/gadget/ Makfiles.

With that, DFU can be built again in SPL if
CONFIG_SPL_DFU_SUPPORT is enabled.

Fixes: 6ad6102246d8 ("usb:gadget: Disallow DFU in SPL for now")
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Kconfig
common/spl/Kconfig
drivers/Makefile
drivers/usb/gadget/Makefile
include/configs/dra7xx_evm.h
scripts/Makefile.spl