[U-Boot-Users] tftp warning/error?

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Feb 14 07:54:34 CET 2008


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.




More information about the U-Boot mailing list