commit | 4abd0e2d0555366accf3635ec5d48d559c9aa958 | [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 | 8431332f7de9ca4663bd506bc75a69541b23ab10 [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>