On 14:57 Wed 13 Feb     , Kumar Gala wrote:
> 'TFTP: add host ip addr support' commit added this bit of code which seems
> bogus:
>
>         } else {
>                 char *p = strchr (p, ':');
>
> Is this really correct?
No, it this
-               char *p = strchr (p, ':');
+               char *p = strchr (BootFile, ':');

Best Regards,
J.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to