mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 18:27:22 +02:00
ar71xx: ar934x_nfc: fix RNDOUT operation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33451 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5cf642fa6f
commit
56caae5b72
@ -643,10 +643,14 @@ ar934x_nfc_cmdfunc(struct mtd_info *mtd, unsigned int command, int column,
|
||||
break;
|
||||
|
||||
case NAND_CMD_RNDOUT:
|
||||
if (WARN_ON(nfc->small_page))
|
||||
break;
|
||||
|
||||
/* emulate subpage read */
|
||||
ar934x_nfc_send_read(nfc, nfc->rndout_read_cmd, column,
|
||||
ar934x_nfc_send_read(nfc, nfc->rndout_read_cmd, 0,
|
||||
nfc->rndout_page_addr,
|
||||
mtd->writesize, false);
|
||||
mtd->writesize + mtd->oobsize, false);
|
||||
nfc->buf_index = column;
|
||||
break;
|
||||
|
||||
case NAND_CMD_ERASE1:
|
||||
|
Loading…
Reference in New Issue
Block a user