summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2009-03-06 19:05:52 -0600
committerAndy Fleming <afleming@freescale.com>2009-03-09 17:46:10 -0500
commit48c2b7bb432da84fcce05b4db6efad0be73a93dc (patch)
tree8f1397f38c0d0719be26193632ee2faff25f8b58 /board
parent0ee84b88b78bce425190d8cd7adf4c30cba0c2f0 (diff)
downloadblackbird-obmc-uboot-48c2b7bb432da84fcce05b4db6efad0be73a93dc.tar.gz
blackbird-obmc-uboot-48c2b7bb432da84fcce05b4db6efad0be73a93dc.zip
fsl: Remove unnecessary debug printfs
These were left in accidentally, and are not really useful unless the code is as broken as it was when it was being developed. Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/common/sgmii_riser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/common/sgmii_riser.c b/board/freescale/common/sgmii_riser.c
index aeacb91bc1..4f40a1d6d4 100644
--- a/board/freescale/common/sgmii_riser.c
+++ b/board/freescale/common/sgmii_riser.c
@@ -47,7 +47,6 @@ void fsl_sgmii_riser_fdt_fixup(void *fdt)
const char *model;
const char *path;
- printf("Updating PHY address for %s\n", dev->name);
if (!strstr(dev->name, "eTSEC"))
continue;
@@ -64,7 +63,6 @@ void fsl_sgmii_riser_fdt_fixup(void *fdt)
model = fdt_getprop(fdt, enet_node, "model", NULL);
- printf("%s's model is %s\n", enet, model);
/*
* We only want to do this to eTSECs. On some platforms
* there are more than one type of gianfar-style ethernet
@@ -84,7 +82,6 @@ void fsl_sgmii_riser_fdt_fixup(void *fdt)
priv = dev->priv;
- printf("Device flags are %x\n", priv->flags);
if (priv->flags & TSEC_SGMII)
fdt_setprop_cell(fdt, phynode, "reg", priv->phyaddr);
}
OpenPOWER on IntegriCloud