From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 12 Feb 2010 15:23:12 -0600 Subject: [U-Boot] [PATCH] add explicit bbt creation to commandline In-Reply-To: <27568365.post@talk.nabble.com> References: <20080706080456.GF4167@prithivi.gnumonks.org> <27558231.post@talk.nabble.com> <20100212170411.GA21800@loki.buserror.net> <27566937.post@talk.nabble.com> <4B759454.8070906@freescale.com> <27567768.post@talk.nabble.com> <4B75A3BA.8000501@freescale.com> <27568153.post@talk.nabble.com> <27568365.post@talk.nabble.com> Message-ID: <4B75C6C0.8020706@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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