commit | 778fe69caf2ee692628d01dd4d33ecc95a6106e9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 19 16:10:43 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 20 23:12:32 2011 +0100 |
tree | 0ff9a38e5f760f1c8e7ca44d80818254744bcccc | |
parent | 2e4e87b7da3411b0b0e3107660c8c08e7105dcc3 [diff] |
net: Fix arguments in tftpput command The switch to strict_strtoul() was not done correctly - this fixes the compile error when CONFIG_CMD_TFTPPUT is active. There appears to very little use of strict_strtoul() in commands, so it might be easier to switch to simple_strtoul(). If not, we should decide the best way to use strict_strtoul(). For now I have added a friendly message which will of course increase code size. Signed-off-by: Simon Glass <sjg@chromium.org>