From f23c1b2a38b1c77261c761cc2b9795d98065386f Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Mon, 31 Jan 2011 18:20:46 +0300 Subject: tc6393xb: correct NAND isr assertion Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Andrzej Zaborowski --- hw/tc6393xb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/tc6393xb.c b/hw/tc6393xb.c index c3fbe4e..0cadcde 100644 --- a/hw/tc6393xb.c +++ b/hw/tc6393xb.c @@ -381,7 +381,7 @@ static void tc6393xb_nand_writeb(TC6393xbState *s, target_phys_addr_t addr, uint case NAND_DATA + 2: case NAND_DATA + 3: nand_setio(s->flash, value); - s->nand.isr &= 1; + s->nand.isr |= 1; tc6393xb_nand_irq(s); return; case NAND_MODE: -- cgit v1.1