From: Michal Simek Date: Mon, 20 Jan 2014 13:40:26 +0000 (+0100) Subject: zynq: Enable tftp put command X-Git-Tag: submit/tizen_2.3.1/20150915.092117~1^2~18^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=427b2d4e5afe149b0da012322530a363d01058fd;p=platform%2Fkernel%2Fu-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 3ada295..bafa01b 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 */