diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2008-11-22 08:43:21 +1100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-12-10 00:34:09 +0100 |
commit | 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa (patch) | |
tree | 19c487978660b0fcbd50cfef6489d8c043dca531 /cpu/i386 | |
parent | d4f70da544c33db3e4fce6473dea4ecca4322545 (diff) | |
download | u-boot-imx-1f5070c0c18fa5684bfce09c8abdf10c04ed48fa.zip u-boot-imx-1f5070c0c18fa5684bfce09c8abdf10c04ed48fa.tar.gz u-boot-imx-1f5070c0c18fa5684bfce09c8abdf10c04ed48fa.tar.bz2 |
Fixed path to sc520 SSI include file
Signed Off By: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'cpu/i386')
-rw-r--r-- | 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 <config.h> #include <pci.h> #ifdef CONFIG_SC520_SSI -#include <ssi.h> +#include <asm/ic/ssi.h> #endif #include <asm/io.h> #include <asm/pci.h> |