Re: [U-Boot-Users] [PATCH] Update 5121 fdt support to match latest kernel work.

2008-01-17 Thread John Rigby
address should be removed local-mac-address will be added to the device tree when I submit an ethernet patch so it should be left in u-boot. Grzegorz Bernacki wrote: > John Rigby wrote: > >> Based on reviews on the linuxppc-dev mailing list >> some changes have been made to the device tree.

Re: [U-Boot-Users] [PATCH] Update 5121 fdt support to match latest kernel work.

2008-01-17 Thread Grzegorz Bernacki
John Rigby wrote: > Based on reviews on the linuxppc-dev mailing list > some changes have been made to the device tree. > This patch updates u-boot to be in sync with those > changes. > > Signed-off-by: John Rigby <[EMAIL PROTECTED]> > --- > cpu/mpc512x/cpu.c |2 -- > include/configs/

[U-Boot-Users] [PATCH] Update 5121 fdt support to match latest kernel work.

2008-01-16 Thread John Rigby
Based on reviews on the linuxppc-dev mailing list some changes have been made to the device tree. This patch updates u-boot to be in sync with those changes. Signed-off-by: John Rigby <[EMAIL PROTECTED]> --- cpu/mpc512x/cpu.c |2 -- include/configs/ads5121.h |6 +++--- 2 files cha