On Monday, April 18, 2011 12:19:54 Luca Ceresoli wrote:
> +#ifdef CONFIG_CMD_TFTPSRV
> +int do_tftpsrv(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])

should be static

> +U_BOOT_CMD(
> +     tftpsrv,        2,      1,      do_tftpsrv,
> +     "boot image via network acting as a TFTP server",
> +     "[loadAddress]"
> +);

the desc is a bit confusing.  how about:
        act as a TFTP server and boot the first received file
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to