
30 Apr
2011
30 Apr
'11
6:32 a.m.
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