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/freescale/mpc8569mds | |
parent | 6a45e384955262882375a2785426dc65aeb636c4 (diff) | |
download | u-boot-imx-64917ca38933d10b3763f61df7a1e58e1e127b52.zip u-boot-imx-64917ca38933d10b3763f61df7a1e58e1e127b52.tar.gz u-boot-imx-64917ca38933d10b3763f61df7a1e58e1e127b52.tar.bz2 |
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/freescale/mpc8569mds')
-rw-r--r-- | board/freescale/mpc8569mds/mpc8569mds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8569mds/mpc8569mds.c b/board/freescale/mpc8569mds/mpc8569mds.c index 56854ca..1c76b84 100644 --- a/board/freescale/mpc8569mds/mpc8569mds.c +++ b/board/freescale/mpc8569mds/mpc8569mds.c @@ -552,7 +552,7 @@ void pci_init_board(void) SET_STD_PCIE_INFO(pci_info[num], 1); pcie_ep = fsl_setup_hose(&pcie1_hose, pci_info[num].regs); 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++], &pcie1_hose, first_free_busno); |