commit | 129ba616b3813dde861f25f3d8a3c47c5c36ad5f | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Aug 12 11:13:08 2008 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Aug 27 11:43:53 2008 -0500 |
tree | 16a8096c17bd3b04a09070a4176fc51ae53aed4d | |
parent | 457caecdbca3df21a93abff19eab12dbc61b7897 [diff] [blame] |
mpc85xx: Add support for the MPC8572DS reference board Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/cpu/mpc85xx/pci.c b/cpu/mpc85xx/pci.c index a5060cd..fdc4c83 100644 --- a/cpu/mpc85xx/pci.c +++ b/cpu/mpc85xx/pci.c
@@ -29,7 +29,7 @@ #include <asm/cpm_85xx.h> #include <pci.h> -#if defined(CONFIG_PCI) +#if defined(CONFIG_PCI) && !defined(CONFIG_FSL_PCI_INIT) static struct pci_controller *pci_hose;