Re: [U-Boot] [PATCH] lsxl: set ncip to broadcast address

2012-10-04 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message you wrote: > > > --- a/include/configs/lsxl.h > > +++ b/include/configs/lsxl.h > > @@ -146,7 +146,7 @@ > > "config_nc_dhcp=3Dsetenv autoload_old ${autoload}; "\ > > "setenv autoload no " \ > >

Re: [U-Boot] [PATCH] lsxl: set ncip to broadcast address

2012-10-04 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: 04 October 2012 16:45 > To: Prafulla Wadaskar > Cc: Michael Walle; u-boot@lists.denx.de; Joe Hershberger; Wolfgang > Denk > Subject: RE: [PATCH] lsxl: set ncip to broadcast address > > On Thu, October 4, 2012 12

Re: [U-Boot] [PATCH] lsxl: set ncip to broadcast address

2012-10-04 Thread Michael Walle
On Thu, October 4, 2012 12:47, Prafulla Wadaskar wrote: >> -Original Message- >> From: Michael Walle [mailto:mich...@walle.cc] >> Sent: 03 October 2012 21:15 >> To: u-boot@lists.denx.de >> Cc: Michael Walle; Prafulla Wadaskar >> Subject: [PATCH] lsxl: set ncip to broadcast address >> >> Ins

Re: [U-Boot] [PATCH] lsxl: set ncip to broadcast address

2012-10-04 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: 03 October 2012 21:15 > To: u-boot@lists.denx.de > Cc: Michael Walle; Prafulla Wadaskar > Subject: [PATCH] lsxl: set ncip to broadcast address > > Instead of using the serverip we get from the DHCP server, use t

[U-Boot] [PATCH] lsxl: set ncip to broadcast address

2012-10-03 Thread Michael Walle
Instead of using the serverip we get from the DHCP server, use the broadcast address. That way it isn't necessary to use a special DHCP configuration to set the netconsole peer. Signed-off-by: Michael Walle Cc: Prafulla Wadaskar --- Hi Prafulla, although it isn't a bugfix, it would be nice, if