From 64917ca38933d10b3763f61df7a1e58e1e127b52 Mon Sep 17 00:00:00 2001 From: Peter Tyser Date: Sun, 17 Jan 2010 15:38:26 -0600 Subject: 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 Acked-by: Stefan Roese Acked-by: Remy Bohmer --- board/atum8548/atum8548.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/atum8548') diff --git a/board/atum8548/atum8548.c b/board/atum8548/atum8548.c index da6cf47..c11a5c3 100644 --- a/board/atum8548/atum8548.c +++ b/board/atum8548/atum8548.c @@ -219,7 +219,7 @@ void pci_init_board(void) pcie1_hose.region_count = 1; #endif printf (" PCIE1 connected to Slot as %s (base addr %lx)\n", - pcie_ep ? "End Point" : "Root Complex", + pcie_ep ? "Endpoint" : "Root Complex", pci_info[num].regs); first_free_busno = fsl_pci_init_port(&pci_info[num++], -- cgit v1.1