[U-Boot] [PATCH v2 6/6] TFTP: add tftpsrv command
Mike Frysinger
vapier at gentoo.org
Sat Apr 30 06:32:19 CEST 2011
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110430/74a5d8b0/attachment.pgp
More information about the U-Boot
mailing list