From f97abbfb47d9e407354e157cae3f6369e460cd37 Mon Sep 17 00:00:00 2001 From: Ed Swarthout Date: Fri, 25 Apr 2008 01:08:32 -0500 Subject: MPC8544DS: decode pcie3 end-point configuration correctly. Signed-off-by: Ed Swarthout Signed-off-by: Kumar Gala --- board/freescale/mpc8544ds/mpc8544ds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/mpc8544ds/mpc8544ds.c b/board/freescale/mpc8544ds/mpc8544ds.c index 81070164c1..dd10af8092 100644 --- a/board/freescale/mpc8544ds/mpc8544ds.c +++ b/board/freescale/mpc8544ds/mpc8544ds.c @@ -163,7 +163,7 @@ pci_init_board(void) volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) CFG_PCIE3_ADDR; extern void fsl_pci_init(struct pci_controller *hose); struct pci_controller *hose = &pcie3_hose; - int pcie_ep = (host_agent == 3); + int pcie_ep = (host_agent == 1); int pcie_configured = io_sel >= 1; if (pcie_configured && !(devdisr & MPC85xx_DEVDISR_PCIE)){ -- cgit v1.2.3