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

Ben Warren biggerbadderben at gmail.com
Thu Feb 14 15:41:18 CET 2008


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?
>
> - k
>
>   
That's F-d up. The patches I have are like this:

- tftp_filename = BootFile;
+ char *p=BootFile;
+ p = strchr (p, ':');

but never got pulled into the net branch. I guess Wolfgang must have 
pulled directly. C'mon patch management system!!!

cheers,
Ben






More information about the U-Boot mailing list