提交 24e1217b 编写于 作者: M Markus Klotzbcher 提交者: Markus Klotzbcher

Write operation is working. Turned out that the READSTATUS hack was wrong

after all.
上级 9187a35b
......@@ -335,12 +335,14 @@ static void delta_cmdfunc(struct mtd_info *mtd, unsigned command,
delta_new_cmd();
ndcb0 = (NAND_CMD_STATUS | (4<<21));
event = NDSR_RDDREQ;
#ifdef READ_STATUS_BUG
NDCB0 = ndcb0;
NDCB0 = ndcb1;
NDCB0 = ndcb2;
delta_wait_event(event);
what_the_hack = NDDB;
goto end;
#endif
break;
case NAND_CMD_RESET:
printf("delta_cmdfunc: NAND_CMD_RESET unimplemented.\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册