Re: [PATCH] powerpc/boot: cuboot: Fix up ethernet3 MAC address on MPC85xx

2009-06-10 Thread Kumar Gala
On Jun 8, 2009, at 5:17 PM, Nate Case wrote: MPC85xx platforms do support 4 ethernet ports, so make sure the boot wrapper fixes up all of them in the fdt. Signed-off-by: Nate Case --- arch/powerpc/boot/cuboot-85xx.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) applied (updated

Re: [PATCH] powerpc/boot: cuboot: Fix up ethernet3 MAC address on MPC85xx

2009-06-10 Thread Kumar Gala
On Jun 10, 2009, at 10:40 PM, Nathaniel Case wrote: On Wed, 10 Jun 2009 21:54:01 -0500, Kumar Gala > wrote: #define TARGET_85xx +#define TARGET_HAS_ETH3 This is problematic in that we'd be changing the memory layout of the bd_t and not ALL 85xx's have HAS_ETH3 set. It shouldn't be problema

Re: [PATCH] powerpc/boot: cuboot: Fix up ethernet3 MAC address on MPC85xx

2009-06-10 Thread Nathaniel Case
On Wed, 10 Jun 2009 21:54:01 -0500, Kumar Gala wrote: >> #define TARGET_85xx >> +#define TARGET_HAS_ETH3 > > This is problematic in that we'd be changing the memory layout of the > bd_t and not ALL 85xx's have HAS_ETH3 set. It shouldn't be problematic. The bi_enet3addr field is at the end of

Re: [PATCH] powerpc/boot: cuboot: Fix up ethernet3 MAC address on MPC85xx

2009-06-10 Thread Kumar Gala
On Jun 8, 2009, at 5:17 PM, Nate Case wrote: MPC85xx platforms do support 4 ethernet ports, so make sure the boot wrapper fixes up all of them in the fdt. Signed-off-by: Nate Case --- arch/powerpc/boot/cuboot-85xx.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch

[PATCH] powerpc/boot: cuboot: Fix up ethernet3 MAC address on MPC85xx

2009-06-08 Thread Nate Case
MPC85xx platforms do support 4 ethernet ports, so make sure the boot wrapper fixes up all of them in the fdt. Signed-off-by: Nate Case --- arch/powerpc/boot/cuboot-85xx.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/cuboot-85xx.c b/arch/powerpc/boot