Re: [Qemu-devel] [PATCH v5 12/24] hw/nand.c: bug fix to erase operation

2013-02-28 Thread Peter Maydell
On 27 February 2013 07:15, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > The s->addr should be reset along with the s->addrlen, > or it might have the previous address shifted to MSB > and then causes problem to nand erase operation. > > Signed-off-by: Kuo-Jung Su > --- > hw/nand.c |1 + > 1 f

[Qemu-devel] [PATCH v5 12/24] hw/nand.c: bug fix to erase operation

2013-02-26 Thread Kuo-Jung Su
From: Kuo-Jung Su The s->addr should be reset along with the s->addrlen, or it might have the previous address shifted to MSB and then causes problem to nand erase operation. Signed-off-by: Kuo-Jung Su --- hw/nand.c |1 + 1 file changed, 1 insertion(+) diff --git a/hw/nand.c b/hw/nand.c i