Re: [U-Boot] [PATCH v2] net: Fix TftpStart() ip:filename bug

2008-12-04 Thread Ben Warren
Hi Peter, Peter Tyser wrote: > The TftpStart() function modifies the 'BootFile' > string when 'BootFile' contains both an IP address > and filename (eg 1.2.3.4:/path/file). This causes > subsequent calls to TftpStart to incorrectly parse > the TFTP filename and server IP address to use. > For exam

[U-Boot] [PATCH v2] net: Fix TftpStart() ip:filename bug

2008-12-01 Thread Peter Tyser
The TftpStart() function modifies the 'BootFile' string when 'BootFile' contains both an IP address and filename (eg 1.2.3.4:/path/file). This causes subsequent calls to TftpStart to incorrectly parse the TFTP filename and server IP address to use. For example: => tftp 0x10 10.52.0.62:/home/pt