diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-03-15 10:04:41 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-03-15 10:04:41 +0000 |
commit | 6d07c932bb5258b10ce76c48ff2a7475da19fd85 (patch) | |
tree | 99723557aeb3bd23c6c33c95eb981b5af95c7f4b /src/northbridge/ibm | |
parent | 8f556be7668889d3a7fc2418ffcadbe7af99fb77 (diff) |
Fix all build problems on PPC except the _SDA_BASE issues caused by the
code expecting too old binutils(?).
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4007 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/ibm')
-rw-r--r-- | src/northbridge/ibm/cpc710/cpc710_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/ibm/cpc710/cpc710_pci.c b/src/northbridge/ibm/cpc710/cpc710_pci.c index b9820e5ab3..233e119baf 100644 --- a/src/northbridge/ibm/cpc710/cpc710_pci.c +++ b/src/northbridge/ibm/cpc710/cpc710_pci.c @@ -1,5 +1,7 @@ #include <stdint.h> #include <arch/io.h> +#include <arch/pciconf.h> +#include <delay.h> #include "cpc710.h" #include "cpc710_pci.h" |