
30 Oct
2009
30 Oct
'09
12:51 a.m.
On Thu, Oct 29, 2009 at 05:12:14PM +0800, Hui.Tang wrote:
add missing functios nand_read_byte(), nand_write_buf(), nand_read_buf() for CONFIG_NAND_SPL config, also set nand->select_chip = NULL, since in nand_boot() we will check it to do a select_chip action.
Why do you need to write to the buffer in the NAND SPL? I don't think you need read_byte either.
-Scott