nand_read
Name
nand_read -- [MTD Interface] MTD compability function for nand_read_ecc
Synopsis
int nand_read (struct mtd_info * mtd, loff_t from, size_t len, size_t * retlen, u_char * buf);
Arguments
mtd MTD device structure
from offset to read from
len number of bytes to read
retlen pointer to variable to store the number of read bytes
buf the databuffer to put data
Description
This function simply calls nand_read_ecc with oob buffer and oobsel = NULL