summaryrefslogtreecommitdiffstats
path: root/commands/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/net.c')
-rw-r--r--commands/net.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/commands/net.c b/commands/net.c
index b9c372a712..b858e67fe7 100644
--- a/commands/net.c
+++ b/commands/net.c
@@ -110,9 +110,15 @@ U_BOOT_CMD_END
*
* Usage is: tftp \<filename\> [\<localfilename\>]
*
- * Load a file via network using BootP/TFTP protocol. FIXME: Where to find it
- * after loading?
- * @note This command is available only, if enabled in the menuconfig.
+ * Load a file via network using BootP/TFTP protocol. The loaded file you
+ * can find after download in you current ramdisk. Refer \b ls command.
+ *
+ * \<localfile> can be the local filename only, or also a device name. In the
+ * case of a device name, the will gets stored there. This works also for
+ * partitions of flash memory. Refer \b erase, \b unprotect for flash
+ * preparation.
+ *
+ * Note: This command is available only, if enabled in the menuconfig.
*/
#ifdef CONFIG_NET_RARP