Re: [U-Boot] [PATCH] net: Fix arguments in tftpput command

2011-12-17 Thread Simon Glass
Hi Wolfgang, On Sat, Dec 17, 2011 at 12:00 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1324095888-22757-1-git-send-email-...@chromium.org> you wrote: >> The switch to strict_strtoul() was not done correctly - this fixes >> the compile error when CONFIG_CMD_TFTPPUT is active. >> >

Re: [U-Boot] [PATCH] net: Fix arguments in tftpput command

2011-12-17 Thread Wolfgang Denk
Dear Simon Glass, In message <1324095888-22757-1-git-send-email-...@chromium.org> you wrote: > The switch to strict_strtoul() was not done correctly - this fixes > the compile error when CONFIG_CMD_TFTPPUT is active. > > Signed-off-by: Simon Glass > --- > common/cmd_net.c |4 ++-- > 1 files

Re: [U-Boot] [PATCH] net: Fix arguments in tftpput command

2011-12-17 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] net: Fix arguments in tftpput command

2011-12-16 Thread Simon Glass
The switch to strict_strtoul() was not done correctly - this fixes the compile error when CONFIG_CMD_TFTPPUT is active. Signed-off-by: Simon Glass --- common/cmd_net.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_net.c b/common/cmd_net.c index f89a24b..b