Browse Source

microblaze: Enable TFTP put command

Signed-off-by: Stephan Linz <linz@li-pro.net>
Stephan Linz 13 years ago
parent
commit
4eb29cf043
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/configs/microblaze-generic.h

+ 1 - 0
include/configs/microblaze-generic.h

@@ -255,6 +255,7 @@
 #else
 #else
 # define CONFIG_CMD_PING
 # define CONFIG_CMD_PING
 # define CONFIG_CMD_DHCP
 # define CONFIG_CMD_DHCP
+# define CONFIG_CMD_TFTPPUT
 #endif
 #endif
 
 
 #if defined(CONFIG_SYSTEMACE)
 #if defined(CONFIG_SYSTEMACE)