提交 f23c1b2a 编写于 作者: D Dmitry Eremin-Solenikov 提交者: Andrzej Zaborowski

tc6393xb: correct NAND isr assertion

Signed-off-by: NDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: NAndrzej Zaborowski <andrew.zaborowski@intel.com>
上级 0fba9fd6
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册