From: Michal Simek Date: Mon, 20 Jan 2014 13:40:26 +0000 (+0100) Subject: zynq: Enable tftp put command X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=427b2d4e5afe149b0da012322530a363d01058fd;p=u-boot.git zynq: Enable tftp put command For saving content of memory via tftp to file. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 3ada295fe0..bafa01b2e3 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -239,5 +239,6 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP #define CONFIG_CMD_MII +#define CONFIG_CMD_TFTPPUT #endif /* __CONFIG_ZYNQ_COMMON_H */