Re: [U-Boot] [PATCH] ARM: fdt support: Add usbethaddr as an acceptable MAC

2013-10-09 Thread Dan Murphy
All On 10/02/2013 03:21 PM, Dan Murphy wrote: > Tom > > On 10/02/2013 03:19 PM, Tom Rini wrote: >> On Wed, Oct 02, 2013 at 03:14:26PM -0500, Dan Murphy wrote: >>> Tom >>> >>> On 10/02/2013 02:19 PM, Tom Rini wrote: On Wed, Oct 02, 2013 at 02:00:15PM -0500, Dan Murphy wrote: > A board

Re: [U-Boot] [PATCH] ARM: fdt support: Add usbethaddr as an acceptable MAC

2013-10-02 Thread Dan Murphy
Tom On 10/02/2013 03:19 PM, Tom Rini wrote: > On Wed, Oct 02, 2013 at 03:14:26PM -0500, Dan Murphy wrote: >> Tom >> >> On 10/02/2013 02:19 PM, Tom Rini wrote: >>> On Wed, Oct 02, 2013 at 02:00:15PM -0500, Dan Murphy wrote: >>> A board that has a USB ethernet device only may set the usbetherad

Re: [U-Boot] [PATCH] ARM: fdt support: Add usbethaddr as an acceptable MAC

2013-10-02 Thread Tom Rini
On Wed, Oct 02, 2013 at 03:14:26PM -0500, Dan Murphy wrote: > Tom > > On 10/02/2013 02:19 PM, Tom Rini wrote: > > On Wed, Oct 02, 2013 at 02:00:15PM -0500, Dan Murphy wrote: > > > >> A board that has a USB ethernet device only may set the usbetheraddr > >> and not the ethaddr. > >> ethaddr will be

Re: [U-Boot] [PATCH] ARM: fdt support: Add usbethaddr as an acceptable MAC

2013-10-02 Thread Dan Murphy
Tom On 10/02/2013 02:19 PM, Tom Rini wrote: > On Wed, Oct 02, 2013 at 02:00:15PM -0500, Dan Murphy wrote: > >> A board that has a USB ethernet device only may set the usbetheraddr >> and not the ethaddr. >> ethaddr will be the default MAC address that is chosen and if that >> is not populated then

Re: [U-Boot] [PATCH] ARM: fdt support: Add usbethaddr as an acceptable MAC

2013-10-02 Thread Tom Rini
On Wed, Oct 02, 2013 at 02:00:15PM -0500, Dan Murphy wrote: > A board that has a USB ethernet device only may set the usbetheraddr > and not the ethaddr. > ethaddr will be the default MAC address that is chosen and if that > is not populated then the usbethaddr is looked at. If neither are set >

[U-Boot] [PATCH] ARM: fdt support: Add usbethaddr as an acceptable MAC

2013-10-02 Thread Dan Murphy
A board that has a USB ethernet device only may set the usbetheraddr and not the ethaddr. ethaddr will be the default MAC address that is chosen and if that is not populated then the usbethaddr is looked at. If neither are set then then device tree blob is not modified. Signed-off-by: Dan Murphy