[U-Boot] [PATCH] add explicit bbt creation to commandline

Scott Wood scottwood at freescale.com
Fri Feb 12 22:23:12 CET 2010


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


More information about the U-Boot mailing list