commit | 8c6914f10f317af06012f038565270e356fddadd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 27 06:24:29 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Oct 27 23:53:58 2011 +0200 |
tree | 3da569ea9cbc46119899358dfb47fb3aedd18122 | |
parent | 165099e753aeb3a734edbdad887f964277d11ab8 [diff] |
net: Add more #ifdefs for tftpput to reduce code size If CONFIG_CMD_TFTPPUT is not enabled, we want minimal code size impact on the tftp code. This introduces a few more #ifdefs. Signed-off-by: Simon Glass <sjg@chromium.org>