diff options
Diffstat (limited to 'board/freescale/mpc8641hpcn/mpc8641hpcn.c')
| -rw-r--r-- | board/freescale/mpc8641hpcn/mpc8641hpcn.c | 7 | 
1 files changed, 1 insertions, 6 deletions
| diff --git a/board/freescale/mpc8641hpcn/mpc8641hpcn.c b/board/freescale/mpc8641hpcn/mpc8641hpcn.c index a88be5a0d..d86ca12aa 100644 --- a/board/freescale/mpc8641hpcn/mpc8641hpcn.c +++ b/board/freescale/mpc8641hpcn/mpc8641hpcn.c @@ -253,12 +253,7 @@ ft_board_setup(void *blob, bd_t *bd)  	ft_cpu_setup(blob, bd); -#ifdef CONFIG_PCIE1 -	ft_fsl_pci_setup(blob, "pci0", &pcie1_hose); -#endif -#ifdef CONFIG_PCIE2 -	ft_fsl_pci_setup(blob, "pci1", &pcie2_hose); -#endif +	FT_FSL_PCI_SETUP;  	/*  	 * Warn if it looks like the device tree doesn't match u-boot. |