summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2009-11-19 11:49:36 +0100
committerStefan Roese <sr@denx.de>2009-11-23 16:25:47 +0100
commitb2f618f2150b15b2674f11d09e1c0fdfe460c1cd (patch)
treebe01ca76e092bad30e41c70c21f5b039c5251a00 /cpu
parent396fd17338b9bf1f84f494ec1860427e18868ede (diff)
ppc4xx: Remove some testing code from 4xx_pcie.c
This code got included accidentally. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ppc4xx/4xx_pcie.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/ppc4xx/4xx_pcie.c b/cpu/ppc4xx/4xx_pcie.c
index c4d9cfed8..d9605c30b 100644
--- a/cpu/ppc4xx/4xx_pcie.c
+++ b/cpu/ppc4xx/4xx_pcie.c
@@ -48,9 +48,6 @@ enum {
LNKW_X8 = 0x8
};
-#if 1 // test-only
-int board_pcie_first(void);
-int board_pcie_last(void);
static struct pci_controller pcie_hose[CONFIG_SYS_PCIE_NR_PORTS];
/*
@@ -169,7 +166,6 @@ void pcie_setup_hoses(int busno)
}
}
}
-#endif
static int validate_endpoint(struct pci_controller *hose)
{