diff options
| author | Peter Tyser <ptyser@xes-inc.com> | 2010-01-17 15:38:26 -0600 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-01-17 23:06:44 +0100 | 
| commit | 64917ca38933d10b3763f61df7a1e58e1e127b52 (patch) | |
| tree | 1f2b2e4f7160311b5c6c75110e9e6623f5dbf43c /board/tqc | |
| parent | 6a45e384955262882375a2785426dc65aeb636c4 (diff) | |
| download | olio-uboot-2014.01-64917ca38933d10b3763f61df7a1e58e1e127b52.tar.xz olio-uboot-2014.01-64917ca38933d10b3763f61df7a1e58e1e127b52.zip | |
PCIe, USB: Replace 'end point' references with 'endpoint'
When referring to PCIe and USB 'endpoint' is the standard naming
convention.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'board/tqc')
| -rw-r--r-- | board/tqc/tqm85xx/tqm85xx.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/tqc/tqm85xx/tqm85xx.c b/board/tqc/tqm85xx/tqm85xx.c index aa7827e1e..8c9d58692 100644 --- a/board/tqc/tqm85xx/tqm85xx.c +++ b/board/tqc/tqm85xx/tqm85xx.c @@ -636,7 +636,7 @@ static inline void init_pcie1(void)  	if (pcie_configured && !(gur->devdisr & MPC85xx_DEVDISR_PCIE)){  		printf ("PCIe:  %s, base address %x", -			pcie_ep ? "End point" : "Root complex", (uint)pci); +			pcie_ep ? "Endpoint" : "Root complex", (uint)pci);  		if (pci->pme_msg_det) {  			pci->pme_msg_det = 0xffffffff; |