summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-10-31 08:14:53 -0400
committerTom Rini <trini@konsulko.com>2017-10-31 08:14:53 -0400
commit3c1af17c5eebc3718095907c254ae3eb8a3412f8 (patch)
treeac2b1fea2f8c5638b52f7184ba506a4665128b3d /drivers
parentda125b72fdd596dddcc87e9c2917be322d27ef03 (diff)
parent40b0dae15159bf14f24cf7714ddd690ae3ca65e3 (diff)
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/fec_mxc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
index f16b2990d7..433e19f0f8 100644
--- a/drivers/net/fec_mxc.c
+++ b/drivers/net/fec_mxc.c
@@ -882,7 +882,7 @@ static int fec_recv(struct eth_device *dev)
len = frame_length;
} else {
if (bd_status & FEC_RBD_ERR)
- printf("error frame: 0x%08x 0x%08x\n",
+ debug("error frame: 0x%08x 0x%08x\n",
addr, bd_status);
}