On Tuesday 10 February 2009 12:34:03 Scott Wood wrote:
> On Tue, Feb 10, 2009 at 01:21:14AM -0500, Mike Frysinger wrote:
> > diff --git a/board/cm-bf548/nand.c b/board/cm-bf548/nand.c
> > new file mode 100644
> > index 0000000..bce563e
> > --- /dev/null
> > +++ b/board/cm-bf548/nand.c
> > @@ -0,0 +1,2 @@
> > +/* Share the nand driver */
> > +#include "../bf548-ezkit/nand.c"
> > diff --git a/board/cm-bf548/spi_flash.c b/board/cm-bf548/spi_flash.c
> > new file mode 100644
> > index 0000000..8784741
> > --- /dev/null
> > +++ b/board/cm-bf548/spi_flash.c
> > @@ -0,0 +1,2 @@
> > +/* Share the spi flash code */
> > +#include "../bf537-stamp/spi_flash.c"
>
> Why not move the driver to a more appropriate directory, if it's going to
> be shared?

hmm, the nand driver has already been moved, so the bf54x boards need 
updating.  the spi_flash.c driver is deprecated and ive been working on 
getting the common spiflash driver up to date instead.

thanks for pointing the nand onoe ut
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to