Re: [U-Boot-Users] [PATCH] mpc8260: add fdt_fixup_ethernet support

2008-07-05 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Add support for updating mac-address and local-mac-address in fdt for all MPC8260 targets. Signed-off-by: Esben Haabendal [EMAIL PROTECTED] --- cpu/mpc8260/cpu.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) Applied, after fixing

[U-Boot-Users] [PATCH] mpc8260: add fdt_fixup_ethernet support

2008-06-18 Thread Esben Haabendal
Add support for updating mac-address and local-mac-address in fdt for all MPC8260 targets. Signed-off-by: Esben Haabendal [EMAIL PROTECTED] --- cpu/mpc8260/cpu.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/cpu/mpc8260/cpu.c b/cpu/mpc8260/cpu.c index