[U-Boot] [RFC PATCH 0/5] SPL: DFU Support in SPL

2016-05-27 Thread Ravi Babu
Traditionally the DFU support is available only as part 2nd stage boot loader(u-boot) and DFU is not supported in SPL. The SPL-DFU feature is useful for boards which has only USB inteface and do not have external interface like ethernet or MMC/SD to boot the board. This patch adds DFU support in

Re: [U-Boot] [RFC PATCH 0/5] SPL: DFU Support in SPL

2016-05-27 Thread Marek Vasut
On 05/27/2016 03:39 PM, Ravi Babu wrote: > Traditionally the DFU support is available only > as part 2nd stage boot loader(u-boot) and DFU > is not supported in SPL. > > The SPL-DFU feature is useful for boards which has > only USB inteface and do not have external interface > like ethernet or MMC