X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fmpc8260%2Fether_scc.c;h=a733b45c01101444f196c29482c4e030095fe357;hb=98c80b462f9532f3ff6a62dd9629023b48627a6d;hp=10133fa4825a40415e8a8a62cc792a6fe0773429;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=oweals%2Fu-boot.git diff --git a/cpu/mpc8260/ether_scc.c b/cpu/mpc8260/ether_scc.c index 10133fa482..a733b45c01 100644 --- a/cpu/mpc8260/ether_scc.c +++ b/cpu/mpc8260/ether_scc.c @@ -110,7 +110,7 @@ int eth_send(volatile void *packet, int length) for(i=0; rtx->txbd[txIdx].cbd_sc & BD_ENET_TX_READY; i++) { if (i >= TOUT_LOOP) { - printf("scc: tx buffer not ready\n"); + puts ("scc: tx buffer not ready\n"); goto out; } } @@ -122,7 +122,7 @@ int eth_send(volatile void *packet, int length) for(i=0; rtx->txbd[txIdx].cbd_sc & BD_ENET_TX_READY; i++) { if (i >= TOUT_LOOP) { - printf("scc: tx error\n"); + puts ("scc: tx error\n"); goto out; } }