Re: [U-Boot] [PATCH v2] powerpc/cpu/mpc85xx: Add MAC address for layer 2 switch

2014-04-23 Thread York Sun
On 03/28/2014 09:57 AM, Codrin Ciubotariu wrote: > T1040RDB and T1040QDS boards have an integrated l2 switch. > The switch needs a MAC address for Layer 2 protocols > (MSTP, LLDP, LACP, etc). Setting a MAC address on l2switchaddr will add > a MAC in device-tree, under node l2switch. > > Signed-off

[U-Boot] [PATCH v2] powerpc/cpu/mpc85xx: Add MAC address for layer 2 switch

2014-03-28 Thread Codrin Ciubotariu
T1040RDB and T1040QDS boards have an integrated l2 switch. The switch needs a MAC address for Layer 2 protocols (MSTP, LLDP, LACP, etc). Setting a MAC address on l2switchaddr will add a MAC in device-tree, under node l2switch. Signed-off-by: Codrin Ciubotariu Cc: York Sun --- Changes v2: