Re: [Qemu-devel] [PATCH] nand: fix flash erase when oob is in memory

2015-11-13 Thread Ricard Wanderlof
On Fri, 13 Nov 2015, Ricard Wanderlof wrote: > For the "main area on file, oob in memory" case, fix the shifts so that > we erase the correct number of pages. > ... Sorry about the duplicate post. Initially used the wrong email address when subscribing so when I subscrib

[Qemu-devel] [PATCH] nand: fix flash erase when oob is in memory

2015-11-13 Thread Ricard Wanderlof
For the "main area on file, oob in memory" case, fix the shifts so that we erase the correct number of pages. Signed-off-by: Ricard Wanderlöf --- hw/block/nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/block/nand.c b/hw/block/nand.c index a68266f..f0e3413 10064

[Qemu-devel] [PATCH] nand: fix flash erase when oob is in memory

2015-11-13 Thread Ricard Wanderlof
For the "main area on file, oob in memory" case, fix the shifts so that we erase the correct number of pages. Signed-off-by: Ricard Wanderlöf --- hw/block/nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/block/nand.c b/hw/block/nand.c index a68266f..f0e3413 10064