]> git.sur5r.net Git - u-boot/commit
mtd: vf610_nfc: remove read on SEQIN
authorStefan Agner <stefan@agner.ch>
Fri, 8 May 2015 17:07:07 +0000 (19:07 +0200)
committerScott Wood <scottwood@freescale.com>
Sun, 24 May 2015 19:26:54 +0000 (14:26 -0500)
commit6fcfd1e890ff752224f3266a11dec6e1b5624cb4
tree7ff38b3ca06f145016738b429d532fac5d8ed144
parentf55bc296a88c0a9d71ad363b89b54975d2aab14f
mtd: vf610_nfc: remove read on SEQIN

Since we do not support sub-page writes anyway, reading the page
back to the controller on SEQIN command is not required. Remove
the page read on SEQIN.

However, the column/page values relevant to the SEQIN command, hence
set the column/row address on SEQIN command.

Signed-off-by: Stefan Agner <stefan@agner.ch>
drivers/mtd/nand/vf610_nfc.c