From: Michal Simek Date: Mon, 20 Jan 2014 13:40:26 +0000 (+0100) Subject: zynq: Enable tftp put command X-Git-Tag: v2014.04-rc2~127^2~2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427b2d4e5afe149b0da012322530a363d01058fd;p=pandora-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 3ada295fe0d..bafa01b2e34 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 */