Re: [U-Boot] [PATCH][v1] mpc8260: remove Ethernet node fixup to use generic FDT code.

2009-09-09 Thread Marcel Ziswiler
Hi Heiko Heiko Schocher denx.de> writes: > Yes, thats the kmsupx4 and mgsuvd boards. The generic memory fixup > can be used (I tried this), but with the generic Ethernet fixup > something goes wrong. If I find time, I take a look at it. At the beginning I had issues as my device tree was missing

Re: [U-Boot] [PATCH][v1] mpc8260: remove Ethernet node fixup to use generic FDT code.

2009-09-08 Thread Heiko Schocher
Hello Marcel, Marcel Ziswiler wrote: > Hi Wolfgang Denk > > On Tue, 2009-09-08 at 20:31 +0200, Wolfgang Denk wrote: >> Should / could a similar change be added to >> "board/keymile/km8xx/km8xx.c", too? > > You mean the kmsupx4 and mgsuvd boards. I guess as Ethernet node fixup is > already done

Re: [U-Boot] [PATCH][v1] mpc8260: remove Ethernet node fixup to use generic FDT code.

2009-09-08 Thread Heiko Schocher
Hello Marcel, Marcel Ziswiler wrote: > Remove Ethernet node fixup from mgcoge and muas3001 boards and modify its > configs for the common mpc8260 code to use generic Ethernet fixup. > > Signed-off-by: Marcel Ziswiler > --- > board/keymile/mgcoge/mgcoge.c |5 - > board/muas3001/muas3001.

Re: [U-Boot] [PATCH][v1] mpc8260: remove Ethernet node fixup to use generic FDT code.

2009-09-08 Thread Marcel Ziswiler
Hi Wolfgang Denk On Tue, 2009-09-08 at 20:31 +0200, Wolfgang Denk wrote: > Should / could a similar change be added to > "board/keymile/km8xx/km8xx.c", too? You mean the kmsupx4 and mgsuvd boards. I guess as Ethernet node fixup is already done in generic mpc8xx CPU code. I am afraid there might

Re: [U-Boot] [PATCH][v1] mpc8260: remove Ethernet node fixup to use generic FDT code.

2009-09-08 Thread Wolfgang Denk
Dear Marcel Ziswiler, In message <1252423835.5386.15.ca...@com-21> you wrote: > Remove Ethernet node fixup from mgcoge and muas3001 boards and modify its > configs for the common mpc8260 code to use generic Ethernet fixup. > > Signed-off-by: Marcel Ziswiler > --- > board/keymile/mgcoge/mgcoge.c

[U-Boot] [PATCH][v1] mpc8260: remove Ethernet node fixup to use generic FDT code.

2009-09-08 Thread Marcel Ziswiler
Remove Ethernet node fixup from mgcoge and muas3001 boards and modify its configs for the common mpc8260 code to use generic Ethernet fixup. Signed-off-by: Marcel Ziswiler --- board/keymile/mgcoge/mgcoge.c |5 - board/muas3001/muas3001.c | 15 --- include/configs/mgcoge