]> git.ipfire.org Git - people/ms/u-boot.git/commit - net/tftp.c
net: Add more #ifdefs for tftpput to reduce code size
authorSimon Glass <sjg@chromium.org>
Thu, 27 Oct 2011 06:24:29 +0000 (06:24 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 21:53:58 +0000 (23:53 +0200)
commit8c6914f10f317af06012f038565270e356fddadd
tree3da569ea9cbc46119899358dfb47fb3aedd18122
parent165099e753aeb3a734edbdad887f964277d11ab8
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>
net/tftp.c