mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +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 <pci.h>
|
||||
#ifdef CONFIG_SC520_SSI
|
||||
#include <ssi.h>
|
||||
#include <asm/ic/ssi.h>
|
||||
#endif
|
||||
#include <asm/io.h>
|
||||
#include <asm/pci.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue