On Sat, Apr 09, 2011 at 12:59:04PM -0500, Kumar Gala wrote: > From: Dipen Dudhat <dipen.dud...@freescale.com> > > Add nand_spl and 8-bit NAND support on IFC controller. > > Signed-off-by: Dipen Dudhat <dipen.dud...@freescale.com> > CC: Scott Wood <scottw...@freescale.com> > --- > arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 10 + > arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 18 +- > drivers/mtd/nand/Makefile | 1 + > drivers/mtd/nand/fsl_ifc_nand.c | 635 > ++++++++++++++++++++++++++ > nand_spl/nand_boot_fsl_ifc.c | 222 +++++++++ > 5 files changed, 883 insertions(+), 3 deletions(-) > create mode 100644 drivers/mtd/nand/fsl_ifc_nand.c > create mode 100644 nand_spl/nand_boot_fsl_ifc.c
Is there a patch to add a board that selects this driver? Wolfgang tends to not like code that gets added without something in boards.cfg using it -- and I can't easily check that it builds. Also please check line length. -Scott _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot