Re: [U-Boot] net, fec_mxc: init mac address before using network commands

2010-03-30 Thread Mike Frysinger
On Tuesday 30 March 2010 01:38:33 Heiko Schocher wrote: initialize mac address with the value from ethaddr, before doing some network commands. This is not in line with u-boot design principle not to initalize not used devices, and maybe should go away, if there is a solution for passing the

Re: [U-Boot] net, fec_mxc: init mac address before using network commands

2010-03-30 Thread Wolfgang Denk
Dear Heiko Schocher, In message 4bb18e59.5000...@denx.de you wrote: initialize mac address with the value from ethaddr, before doing some network commands. This is not in line with u-boot design principle not to initalize not used devices, and maybe should go away, if there is a solution for

Re: [U-Boot] net, fec_mxc: init mac address before using network commands

2010-03-30 Thread Detlev Zundel
Hello Heiko, initialize mac address with the value from ethaddr, before doing some network commands. This is not in line with u-boot design principle not to initalize not used devices, and maybe should go away, if there is a solution for passing the mac address to arm linux kernels. Tested

[U-Boot] net, fec_mxc: init mac address before using network commands

2010-03-29 Thread Heiko Schocher
initialize mac address with the value from ethaddr, before doing some network commands. This is not in line with u-boot design principle not to initalize not used devices, and maybe should go away, if there is a solution for passing the mac address to arm linux kernels. Tested on the magnesium