summaryrefslogtreecommitdiff
path: root/board/freescale/p1_p2_rdb/pci.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2010-12-16 14:28:06 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-01-14 01:32:19 -0600
commit058d7dc7ba28a45ae6bb7f6ef12b978b31584406 (patch)
tree324b9bf4313a7ef919c3155b098b80231b450125 /board/freescale/p1_p2_rdb/pci.c
parent5d27e02c04f8fef38341e58475a988f8b2c78b9f (diff)
downloadu-boot-imx-058d7dc7ba28a45ae6bb7f6ef12b978b31584406.zip
u-boot-imx-058d7dc7ba28a45ae6bb7f6ef12b978b31584406.tar.gz
u-boot-imx-058d7dc7ba28a45ae6bb7f6ef12b978b31584406.tar.bz2
powerpc/85xx: Cleanup SGMII detection and reporting
Use new is_serdes_configured to determine if TSECs are in SGMII mode and report that on the various boards that use or can be configured in SGMII mode in board_eth_init() instead of in the PCI init code. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/p1_p2_rdb/pci.c')
-rw-r--r--board/freescale/p1_p2_rdb/pci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/p1_p2_rdb/pci.c b/board/freescale/p1_p2_rdb/pci.c
index e95431b..2034459 100644
--- a/board/freescale/p1_p2_rdb/pci.c
+++ b/board/freescale/p1_p2_rdb/pci.c
@@ -53,9 +53,6 @@ void pci_init_board(void)
devdisr = in_be32(&gur->devdisr);
pordevsr = in_be32(&gur->pordevsr);
- if (!(pordevsr & MPC85xx_PORDEVSR_SGMII2_DIS))
- printf("eTSEC2 is in sgmii mode.\n");
-
puts("\n");
#ifdef CONFIG_PCIE2
pcie_configured = is_serdes_configured(PCIE2);