Re: [U-Boot] [RFC PATCH v1] dfu: introduce dfu_mtd support

2016-02-02 Thread Heiko Schocher
Hello Lukasz, Am 02.02.2016 um 11:06 schrieb Lukasz Majewski: Hi Heiko, Please find below comments. With the new dfu_mtd layer, now dfu supports reading/writing to mtd partitions, found on mtd devices. With this approach it is also possible to read/write to concatenated mtd devices. Signed-o

Re: [U-Boot] [RFC PATCH v1] dfu: introduce dfu_mtd support

2016-02-02 Thread Lukasz Majewski
Hi Heiko, Please find below comments. > With the new dfu_mtd layer, now dfu supports reading/writing > to mtd partitions, found on mtd devices. With this approach > it is also possible to read/write to concatenated mtd > devices. > > Signed-off-by: Heiko Schocher > > --- > This patch is based