Re: [U-Boot] [PATCH v5 11/16] cmd: gpt: update write command to support GPT over MTD

2017-04-16 Thread Simon Glass
On 13 April 2017 at 03:52, Patrick Delaunay wrote: > support gpt write for MTD device >> gpt write nand 0 >> gpt write nor 0 > > And verify is not yet supported for MTD device > > Signed-off-by: Patrick Delaunay > Reviewed-by: Christophe KERELLO > --- > > Changes in v5: None > Changes in v4: Non

[U-Boot] [PATCH v5 11/16] cmd: gpt: update write command to support GPT over MTD

2017-04-13 Thread Patrick Delaunay
support gpt write for MTD device > gpt write nand 0 > gpt write nor 0 And verify is not yet supported for MTD device Signed-off-by: Patrick Delaunay Reviewed-by: Christophe KERELLO --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None cmd/gpt.c | 71