]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_net.c
Fix some missing commands, cleanup header files
[u-boot] / common / cmd_net.c
index 44c86e2cc819a68ec4d7c963dfe432c453aff234..01f5f91c821248a75594ff804d106334ecb3695e 100644 (file)
@@ -26,7 +26,6 @@
  */
 #include <common.h>
 #include <command.h>
-#include <cmd_autoscript.h>
 #include <net.h>
 
 #if (CONFIG_COMMANDS & CFG_CMD_NET)
@@ -54,8 +53,7 @@ int do_tftpb (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 cmd_tbl_t U_BOOT_CMD(TFTPB) = MK_CMD_ENTRY(
        "tftpboot",     3,      1,      do_tftpb,
-       "tftpboot- boot image via network using TFTP protocol\n"
-       "               and env variables ipaddr and serverip\n",
+       "tftpboot- boot image via network using TFTP protocol\n",
        "[loadAddress] [bootfilename]\n"
 );