projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396fd17
)
ppc4xx: Remove some testing code from 4xx_pcie.c
author
Stefan Roese
<sr@denx.de>
Thu, 19 Nov 2009 10:49:36 +0000
(11:49 +0100)
committer
Stefan Roese
<sr@denx.de>
Mon, 23 Nov 2009 15:25:47 +0000
(16:25 +0100)
This code got included accidentally.
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_pcie.c
patch
|
blob
|
history
diff --git
a/cpu/ppc4xx/4xx_pcie.c
b/cpu/ppc4xx/4xx_pcie.c
index c4d9cfed849e79278626489374031dc052975ad0..d9605c30b50992476eed6ea9d76aa29509c444ef 100644
(file)
--- 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)
{