diff options
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; |