From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 20 Nov 2008 21:21:10 +0100 Subject: [U-Boot] [PATCH 2/2] Minor changes to allow clean creation of new i386/sc520 boards In-Reply-To: <4925BA4F.4070806@gmail.com> References: <4925BA4F.4070806@gmail.com> Message-ID: <20081120202110.GD20436@game.jcrosoft.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 06:28 Fri 21 Nov , Graeme Russ wrote: > Signed-off-by: Graeme Russ > --- > > Moved PCI specific definitions out of sc520.h into a new file plus fixed > include path to ssi.h please split it in 2 patch > > cpu/i386/sc520.c | 2 +- > include/asm-i386/ic/pci.h | 52 +++++++++++++++++++++++++++++++++++++++++++ > include/asm-i386/ic/sc520.h | 22 ------------------ > 3 files changed, 53 insertions(+), 23 deletions(-) > create mode 100644 include/asm-i386/ic/pci.h > > diff --git a/cpu/i386/sc520.c b/cpu/i386/sc520.c > index 8bcb979..cb6bc03 100644 > --- a/cpu/i386/sc520.c > +++ b/cpu/i386/sc520.c > @@ -32,7 +32,7 @@ > #include > #include > #ifdef CONFIG_SC520_SSI > -#include > +#include > #endif > #include > #include > diff --git a/include/asm-i386/ic/pci.h b/include/asm-i386/ic/pci.h > new file mode 100644 > index 0000000..9721110 > --- /dev/null > +++ b/include/asm-i386/ic/pci.h > @@ -0,0 +1,52 @@ > +/* > + * (C) Copyright 2008 > + * Graeme Russ . you do not do enough modification to add it Best Regards, J.