]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/eth.c
* Vince Husovsky, 7 Nov 2002:
[karo-tx-uboot.git] / net / eth.c
index 3b06440ca977ffd3d8135ab59c3072c2d8424522..c2dbb934279403c9d50b172f0812b0b7d622963e 100644 (file)
--- a/net/eth.c
+++ b/net/eth.c
@@ -229,7 +229,6 @@ int eth_init(bd_t *bis)
                if (eth_current->init(eth_current, bis)) {
                        eth_current->state = ETH_STATE_ACTIVE;
 
-                       printf("%s configured\n", eth_current->name);
                        return 1;
                }