
12 Feb
2010
12 Feb
'10
10:23 p.m.
Steven Zedeck wrote:
Steven Zedeck wrote:
No, I mean in the NAND driver for your specific hardware (fsl_elbc_nand.c, mxc_nand.c, ndfc_nand.c, etc).
You have been so helpful. I looked at the mtd/nand/Makefile and the only file that's included besides the nand* files is:
COBJS-y += fsl_upm.o
You've got an old/out-of-tree u-boot.
I think we are just using the base/generic mtd nand driver. Is that possible?
No, there must be a controller driver. It may be in a board or cpu directory, though. Search for board_nand_init().
-Scott