From 4d75a504d00e65253229e1d1b798a7c37041f078 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 25 Mar 2003 16:50:56 +0000 Subject: Add PCI support for MPC8250 Boards (PM825 module) --- board/pm826/pm826.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'board') diff --git a/board/pm826/pm826.c b/board/pm826/pm826.c index 3ba8ca9..926d74b 100644 --- a/board/pm826/pm826.c +++ b/board/pm826/pm826.c @@ -24,6 +24,7 @@ #include #include #include +#include /* * I/O Port configuration table @@ -349,3 +350,12 @@ void doc_init (void) doc_probe (CFG_DOC_BASE); } #endif + +struct pci_controller hose; + +extern void pci_mpc8250_init(struct pci_controller *); + +void pci_init_board(void) +{ + pci_mpc8250_init(&hose); +} -- cgit v1.1