From 96e48cf6c14319f87b38a1d3b6ec9139c9d0469d Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 5 Aug 2003 18:22:44 +0000 Subject: * Fix PCI support for MPC5200 / IceCube Board --- board/icecube/icecube.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'board') diff --git a/board/icecube/icecube.c b/board/icecube/icecube.c index 916e78055e..45c871e3f7 100644 --- a/board/icecube/icecube.c +++ b/board/icecube/icecube.c @@ -23,6 +23,7 @@ #include #include +#include long int initdram (int board_type) { @@ -114,3 +115,14 @@ void flash_preinit(void) #endif *(vu_long *)MPC5XXX_BOOTCS_CFG &= ~0x1; /* clear RO */ } + +#ifdef CONFIG_PCI +static struct pci_controller hose; + +extern void pci_mpc5xxx_init(struct pci_controller *); + +void pci_init_board(void) +{ + pci_mpc5xxx_init(&hose); +} +#endif -- cgit v1.2.3