[U-Boot] [PATCH] ppc4xx: Remove some testing code from 4xx_pcie.c

Stefan Roese sr at denx.de
Thu Nov 19 11:50:11 CET 2009


This code got included accidentally.

Signed-off-by: Stefan Roese <sr at denx.de>
---
 cpu/ppc4xx/4xx_pcie.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/cpu/ppc4xx/4xx_pcie.c b/cpu/ppc4xx/4xx_pcie.c
index c4d9cfe..d9605c3 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)
 {
-- 
1.6.5.2



More information about the U-Boot mailing list