Re: [U-Boot] [U-Boot, PATCH v3 2/2] fastboot: Flash command support

2014-09-17 Thread Dileep Katta
Thanks for the review comments. Working on the fix. Regards, Dileep On 11 September 2014 13:42, Wolfgang Denk wrote: > > Dear Dileep Katta, > > In message <1410417650-16522-2-git-send-email-dileep.ka...@linaro.org> you > wrote: > > Flash command internally uses DFU, and Fastboot command initial

Re: [U-Boot] [U-Boot, PATCH v3 2/2] fastboot: Flash command support

2014-09-11 Thread Wolfgang Denk
Dear Dileep Katta, In message <1410417650-16522-2-git-send-email-dileep.ka...@linaro.org> you wrote: > Flash command internally uses DFU, and Fastboot command initialization is > modified to add DFU and partition initialization > Added oem format functionality for GPT table creation > partitioni

[U-Boot] [U-Boot, PATCH v3 2/2] fastboot: Flash command support

2014-09-10 Thread Dileep Katta
Flash command internally uses DFU, and Fastboot command initialization is modified to add DFU and partition initialization Added oem format functionality for GPT table creation partitioning code is added as disk/part_fastboot.c for better usability Fastboot flash command code is enabled and being