[default] write single byte to chip
void nand_write_byte(struct mtd_info * mtd, uint8_t byte);
mtd
MTD device structure
byte
value to write
Default function to write a byte to I/O[7:0]
Thomas Gleixner <[email protected]>
Author.