From: Michal Simek Date: Mon, 20 Jan 2014 13:40:26 +0000 (+0100) Subject: zynq: Enable tftp put command X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c985a709137aad2332b02d8e142d86e6011eca9;p=thirdparty%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 5dbe835bb21..82473f9cab8 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -324,6 +324,7 @@ # define CONFIG_CMD_PING # define CONFIG_CMD_DHCP # define CONFIG_CMD_MII +# define CONFIG_CMD_TFTPPUT #else # undef CONFIG_CMD_NET # undef CONFIG_CMD_NFS