From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sat, 22 Nov 2008 08:43:21 +1100 Subject: [U-Boot] [PATCH 2a/2] Fixed path to sc520 SSI include file In-Reply-To: <20081120202110.GD20436@game.jcrosoft.org> References: <4925BA4F.4070806@gmail.com> <20081120202110.GD20436@game.jcrosoft.org> Message-ID: <49272B79.3000006@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed Off By: Graeme Russ --- Split '[U-Boot] [PATCH 2/2] Minor changes to allow clean creation of new i386/sc520 boards' as requested cpu/i386/sc520.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.5.4.3