]> git.sur5r.net Git - u-boot/blobdiff - net/tftp.c
net/: Remove obsolete references to CONFIG_COMMANDS
[u-boot] / net / tftp.c
index c4266ebfa49d34f9244dcea945e0dc73f9fe5424..c188243ef5e2647f7acdfb29c649cdd6e5c9eeb5 100644 (file)
@@ -12,7 +12,7 @@
 
 #undef ET_DEBUG
 
-#if (CONFIG_COMMANDS & CFG_CMD_NET) || defined(CONFIG_CMD_NET)
+#if defined(CONFIG_CMD_NET)
 
 #define WELL_KNOWN_PORT        69              /* Well known TFTP port #               */
 #define TIMEOUT                5               /* Seconds to timeout for a lost pkt    */