diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-01-12 19:51:38 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-01-12 19:51:38 -0600 |
commit | 86902b8e36f86c8675be6b759c2a8ced50805f64 (patch) | |
tree | 8cf42888ddd112267bdf28ace2a92521885b23a1 /board/mpc8349ads/mpc8349ads.c | |
parent | c7428d49ace4f2f16174ca028fe7072c02a473c8 (diff) | |
download | u-boot-imx-86902b8e36f86c8675be6b759c2a8ced50805f64.zip u-boot-imx-86902b8e36f86c8675be6b759c2a8ced50805f64.tar.gz u-boot-imx-86902b8e36f86c8675be6b759c2a8ced50805f64.tar.bz2 |
Added PCI support for MPC8349ADS board
Patch by Kumar Gala 11 Jan 2006
Diffstat (limited to 'board/mpc8349ads/mpc8349ads.c')
-rw-r--r-- | board/mpc8349ads/mpc8349ads.c | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/board/mpc8349ads/mpc8349ads.c b/board/mpc8349ads/mpc8349ads.c index da8d3d7..505acbc 100644 --- a/board/mpc8349ads/mpc8349ads.c +++ b/board/mpc8349ads/mpc8349ads.c @@ -147,47 +147,6 @@ int checkboard (void) return 0; } -#if defined(CONFIG_PCI) -/* - * Initialize PCI Devices, report devices found - */ -#ifndef CONFIG_PCI_PNP -static struct pci_config_table pci_mpc83xxads_config_table[] = { - {PCI_ANY_ID,PCI_ANY_ID,PCI_ANY_ID,PCI_ANY_ID, - pci_cfgfunc_config_device, {PCI_ENET0_IOADDR, - PCI_ENET0_MEMADDR, - PCI_COMMON_MEMORY | PCI_COMMAND_MASTER - } }, - {} -} -#endif - - -volatile static struct pci_controller hose[] = { - { -#ifndef CONFIG_PCI_PNP - config_table:pci_mpc83xxads_config_table, -#endif - }, - { -#ifndef CONFIG_PCI_PNP - config_table:pci_mpc83xxads_config_table, -#endif - } -}; -#endif /* CONFIG_PCI */ - - -void -pci_init_board(void) -{ -#ifdef CONFIG_PCI - extern void pci_mpc83xx_init(volatile struct pci_controller *hose); - - pci_mpc83xx_init(hose); -#endif /* CONFIG_PCI */ -} - /* * if MPC8349ADS is soldered with SDRAM */ |