From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Tue, 10 Feb 2009 12:51:42 -0500 Subject: [U-Boot] [PATCH 36/42] Blackfin: cm-bf548: new board port In-Reply-To: <20090210173403.GB6698@ld0162-tx32.am.freescale.net> References: <1234246880-32438-1-git-send-email-vapier@gentoo.org> <1234246880-32438-37-git-send-email-vapier@gentoo.org> <20090210173403.GB6698@ld0162-tx32.am.freescale.net> Message-ID: <200902101251.42860.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20090210/15d1aa77/attachment.pgp