]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/tftp.c
* Use "-fPIC" instead of "-mrelocatable" to prevent problems with
[karo-tx-uboot.git] / net / tftp.c
index 049df6830a0f79f6021aa2ee5b559cfc12f01faa..d1a30d6643923548998c7fb20821794f2a2c406a 100644 (file)
@@ -294,6 +294,9 @@ TftpStart (void)
                tftp_filename = BootFile;
        }
 
+#if defined(CONFIG_NET_MULTI)
+       printf ("Using %s device\n", eth_get_name());
+#endif
        puts ("TFTP from server ");     print_IPaddr (NetServerIP);
        puts ("; our IP address is ");  print_IPaddr (NetOurIP);