diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-01-20 14:40:26 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-02-19 09:41:21 +0100 |
commit | 427b2d4e5afe149b0da012322530a363d01058fd (patch) | |
tree | 741e95e8dff06e521b1dd4ff894aab1a508301aa | |
parent | ae9f489977c802d5209b05a4d78fc59aa41f89c4 (diff) | |
download | u-boot-imx-427b2d4e5afe149b0da012322530a363d01058fd.zip u-boot-imx-427b2d4e5afe149b0da012322530a363d01058fd.tar.gz u-boot-imx-427b2d4e5afe149b0da012322530a363d01058fd.tar.bz2 |
zynq: Enable tftp put command
For saving content of memory via tftp to file.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |