Re: [U-Boot] [PATCH v2 0/3] spl: USB Gadget cleanup

2016-11-15 Thread B, Ravi
Hi Stephen >>Adding this: > >config SPL_DFU_SUPPORT > > bool "Support DFU (Device Firmware Upgarde)" >- depends on SPL_GADGET_SUPPORT >+ depends on SPL_USB_GADGET_SUPPORT >select SPL_HASH_SUPPORT > help > This feature enables the DFU (Device Firmware Upgarde

Re: [U-Boot] [PATCH v2 0/3] spl: USB Gadget cleanup

2016-11-15 Thread Stefan Agner
On 2016-11-15 00:52, B, Ravi wrote: > Stefan > >> From: Stefan Agner > >>This patchset cleans up the SPL USB Gadget Kconfig and Makfile. >>The first two patches are actual fixes and we might consider to add these two >>for the v2016.11 release. The third one adds a new config option for cleaner

Re: [U-Boot] [PATCH v2 0/3] spl: USB Gadget cleanup

2016-11-15 Thread B, Ravi
Stefan > From: Stefan Agner >This patchset cleans up the SPL USB Gadget Kconfig and Makfile. >The first two patches are actual fixes and we might consider to add these two >for the v2016.11 release. The third one adds a new config option for cleaner >structure. I plan to add another USB functi

[U-Boot] [PATCH v2 0/3] spl: USB Gadget cleanup

2016-11-12 Thread Stefan Agner
From: Stefan Agner This patchset cleans up the SPL USB Gadget Kconfig and Makfile. The first two patches are actual fixes and we might consider to add these two for the v2016.11 release. The third one adds a new config option for cleaner structure. I plan to add another USB function with SPL sup