Re: [U-Boot] [PATCH] ARM: omap4-panda: Add MAC address creation for panda

2013-10-09 Thread Dan Murphy
Tom On 10/09/2013 02:27 PM, Tom Rini wrote: > On Wed, Oct 09, 2013 at 01:53:46PM -0500, Dan Murphy wrote: > >> Add a MAC address create based on the OMAP die ID registers. >> Then poplulate the ethaddr enviroment variable so that the device >> tree alias can be updated prior to boot. >> >> Signed-

Re: [U-Boot] [PATCH] ARM: omap4-panda: Add MAC address creation for panda

2013-10-09 Thread Tom Rini
On Wed, Oct 09, 2013 at 01:53:46PM -0500, Dan Murphy wrote: > Add a MAC address create based on the OMAP die ID registers. > Then poplulate the ethaddr enviroment variable so that the device > tree alias can be updated prior to boot. > > Signed-off-by: Dan Murphy What are we creating a MAC addr

[U-Boot] [PATCH] ARM: omap4-panda: Add MAC address creation for panda

2013-10-09 Thread Dan Murphy
Add a MAC address create based on the OMAP die ID registers. Then poplulate the ethaddr enviroment variable so that the device tree alias can be updated prior to boot. Signed-off-by: Dan Murphy --- arch/arm/include/asm/arch-omap4/omap.h |4 board/ti/panda/panda.c | 16