Re: [U-Boot] wanting to confirm i'm setting the MAC address the right way

2016-05-25 Thread Robert P. J. Day
On Wed, 25 May 2016, Bin Meng wrote: > On Wed, May 25, 2016 at 12:31 AM, Robert P. J. Day > wrote: > > > > i want to use the fdt_fixup_ethernet() routine to automate most > > of the work of setting the MAC address in the FDT before passing > > it to the kernel, so here's what i'm about to do, a

Re: [U-Boot] wanting to confirm i'm setting the MAC address the right way

2016-05-24 Thread Bin Meng
On Wed, May 25, 2016 at 12:31 AM, Robert P. J. Day wrote: > > i want to use the fdt_fixup_ethernet() routine to automate most of > the work of setting the MAC address in the FDT before passing it to > the kernel, so here's what i'm about to do, and i'd appreciate someone > saying, "yup, looks go

[U-Boot] wanting to confirm i'm setting the MAC address the right way

2016-05-24 Thread Robert P. J. Day
i want to use the fdt_fixup_ethernet() routine to automate most of the work of setting the MAC address in the FDT before passing it to the kernel, so here's what i'm about to do, and i'd appreciate someone saying, "yup, looks good" if it will indeed work. on either a MPC8280 or MPC8360 system