mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-22 13:16:19 -04:00
* Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
parent
bf1dfffd8c
commit
b6c5e1373b
@ -497,8 +497,8 @@ void
|
|||||||
pci_init_board(void)
|
pci_init_board(void)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_PCI
|
#ifdef CONFIG_PCI
|
||||||
extern void pci_mpc85xx_init(struct pci_controller **hose);
|
extern void pci_mpc85xx_init(struct pci_controller *hose);
|
||||||
|
|
||||||
pci_mpc85xx_init(*pci_hose);
|
pci_mpc85xx_init(hose);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user