]> git.sur5r.net Git - u-boot/commitdiff
zynq: Enable tftp put command
authorMichal Simek <michal.simek@xilinx.com>
Mon, 20 Jan 2014 13:40:26 +0000 (14:40 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 19 Feb 2014 08:41:21 +0000 (09:41 +0100)
For saving content of memory via tftp to file.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq-common.h

index 3ada295fe0d7a0a75201a8b616f7aa90879a7800..bafa01b2e346b92bd509a490be63d85d80f39a19 100644 (file)
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_MII
+#define CONFIG_CMD_TFTPPUT
 
 #endif /* __CONFIG_ZYNQ_COMMON_H */