X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fpm826%2Fpm826.c;h=926d74bdd64e44c434b41d561abbecd1205b0bee;hp=3ba8ca990dee737b6a6ada0e0a0bcea1f668b93d;hb=4d75a504d00e65253229e1d1b798a7c37041f078;hpb=44e5c5c4f1b46991477140540b73df224eb1e4fc diff --git a/board/pm826/pm826.c b/board/pm826/pm826.c index 3ba8ca990d..926d74bdd6 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); +}