
13 Apr
2011
13 Apr
'11
5:48 a.m.
On Tuesday, April 12, 2011 20:46:09 Simon Glass wrote:
--- a/include/net.h +++ b/include/net.h +/* Tftp Server IP addr (0 = unknown)*/ +extern IPaddr_t NetTftpServerIP;
doesnt seem to belong in this patch. guess it bled in from another ?
--- a/net/eth.c +++ b/net/eth.c @@ -254,31 +287,12 @@ eth_current = dev; puts (" [PRIME]"); }
if (strchr(dev->name, ' '))
puts("\nWarning: eth device name has a space!\n");
puts("\nWarning: eth device name has a "
"space!\n");
please dont change unrelated things. that newline should be there, and this string shouldnt be broken up. -mike