Re: [U-Boot] [PATCH v2 1/1] usb: gadget: fastboot: Add fastboot erase

2015-02-24 Thread Lukasz Majewski
Hi Dileep, Adds the fastboot erase functionality, to erase a partition specified by name. The erase is performed based on erase group size, to avoid erasing other partitions. The start address and the size is aligned to the erase group size for this. Currently only supports erasing from

Re: [U-Boot] [PATCH v2 1/1] usb: gadget: fastboot: Add fastboot erase

2015-02-24 Thread Dileep Katta
Thanks Lukasz. Regards, Dileep On 24 February 2015 at 14:44, Lukasz Majewski l.majew...@samsung.com wrote: Hi Dileep, Adds the fastboot erase functionality, to erase a partition specified by name. The erase is performed based on erase group size, to avoid erasing other partitions. The

[U-Boot] [PATCH v2 1/1] usb: gadget: fastboot: Add fastboot erase

2015-02-17 Thread Dileep Katta
Adds the fastboot erase functionality, to erase a partition specified by name. The erase is performed based on erase group size, to avoid erasing other partitions. The start address and the size is aligned to the erase group size for this. Currently only supports erasing from eMMC.