mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 17:42:07 +00:00
Fixed path to sc520 SSI include file
Signed Off By: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
parent
d4f70da544
commit
1f5070c0c1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <pci.h>
|
#include <pci.h>
|
||||||
#ifdef CONFIG_SC520_SSI
|
#ifdef CONFIG_SC520_SSI
|
||||||
#include <ssi.h>
|
#include <asm/ic/ssi.h>
|
||||||
#endif
|
#endif
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/pci.h>
|
#include <asm/pci.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue