diff options
author | Wolfgang Denk <wd@denx.de> | 2009-03-10 22:04:04 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-10 22:04:04 +0100 |
commit | 3c92217732edfc0016c3cbdc828471d013d23a36 (patch) | |
tree | f695fd402c8cd78b0d5f1e66a0e2ca17c7f7d146 /board | |
parent | b5a15c90a6f1230723c4e887a707d9c41ac3f4e2 (diff) | |
parent | 0452352df118bc9dd684a056aaaa5fb4aed1178a (diff) | |
download | u-boot-imx-3c92217732edfc0016c3cbdc828471d013d23a36.zip u-boot-imx-3c92217732edfc0016c3cbdc828471d013d23a36.tar.gz u-boot-imx-3c92217732edfc0016c3cbdc828471d013d23a36.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/common/sgmii_riser.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/common/sgmii_riser.c b/board/freescale/common/sgmii_riser.c index aeacb91..4f40a1d 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); } |