projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9f489
)
zynq: Enable tftp put command
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 20 Jan 2014 13:40:26 +0000
(14:40 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Wed, 19 Feb 2014 08:41:21 +0000
(09:41 +0100)
For saving content of memory via tftp to file.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq-common.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index 3ada295fe0d7a0a75201a8b616f7aa90879a7800..bafa01b2e346b92bd509a490be63d85d80f39a19 100644
(file)
--- 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 */