[U-Boot] [PATCH v2] net: Fix arguments in tftpput command
Wolfgang Denk
wd at denx.de
Tue Dec 20 23:13:18 CET 2011
Dear Simon Glass,
In message <1324347043-29184-1-git-send-email-sjg at chromium.org> you wrote:
> 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 at chromium.org>
> ---
> Changes in v2:
> - Check return value and print friendly message if incorrect
>
> common/cmd_net.c | 7 +++++--
> 1 files changed, 5 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Here's a fish hangs in the net like a poor man's right in the law.
'Twill hardly come out." - Shakespeare, Pericles, Act II, Scene 1
More information about the U-Boot
mailing list