
20 Oct
2006
20 Oct
'06
2:23 p.m.
Hi Jeff,
On Wednesday 18 October 2006 23:38, Jeff Mann wrote:
It looks good, but I see one minor problem: in nand_init(...) in drivers/nand/nand.c, nand_curr_device is set to the first nand device that is found. In the nand flash controller driver board_nand_init(...), the chip select is set. So after two or more devices are found, the chip select is left set to the last device while nand_curr_device is set for the first. A call to board_nand_select_device(...) is needed at the end of nand_init(...) to set the chip selects correctly.
Yes, I overlooked this. Thanks. I'll update the code and commit in the next few days.
Best regards, Stefan