Re: [U-Boot] [PATCH] board/BuR: simplify default IP-setup on B&R boards.

2015-08-25 Thread Joe Hershberger
Hi Hannes, On Tue, Aug 25, 2015 at 6:55 AM, Hannes Schmelzer wrote: > To simplify and having a common default IP-setup on all B&R boards we > introduce an environment variable "brdefaultip" which does following. > > Test if ${ipaddr} is empty, if yes it set's up some defaults: > - ipaddr : 192.

Re: [U-Boot] [PATCH] board/BuR: simplify default IP-setup on B&R boards.

2015-08-25 Thread Tom Rini
On Tue, Aug 25, 2015 at 01:55:41PM +0200, Hannes Schmelzer wrote: > To simplify and having a common default IP-setup on all B&R boards we > introduce an environment variable "brdefaultip" which does following. > > Test if ${ipaddr} is empty, if yes it set's up some defaults: > - ipaddr : 192.16

[U-Boot] [PATCH] board/BuR: simplify default IP-setup on B&R boards.

2015-08-25 Thread Hannes Schmelzer
To simplify and having a common default IP-setup on all B&R boards we introduce an environment variable "brdefaultip" which does following. Test if ${ipaddr} is empty, if yes it set's up some defaults: - ipaddr : 192.168.60.1 - netmask : 255.255.255.0 - gatewayip: 192.168.60.254 - serverip : 19