Re: [U-Boot] [PATCH][v1] FDT: remove obsolete OF_CPU and OF_SOC macros.

2009-09-08 Thread Marcel Ziswiler
On Tue, 2009-09-08 at 23:23 +0200, Wolfgang Denk wrote: > It doesn't do it for all affected boards. That's why I asked about for > example MPC8260ADS or mpc7448hpc2: > -> grep OF_CPU include/configs/{MPC8260ADS,mpc7448hpc2}.h > include/configs/MPC8260ADS.h:#define OF_CPU "c...@0

Re: [U-Boot] [PATCH][v1] FDT: remove obsolete OF_CPU and OF_SOC macros.

2009-09-08 Thread Wolfgang Denk
Dear Marcel Ziswiler, In message <1252444556.5386.91.ca...@com-21> you wrote: > > On Tue, 2009-09-08 at 23:11 +0200, Wolfgang Denk wrote: > > The patch should remove the macros then from the respective config > > files. > > Isn't that exactly what my patch does? It doesn't do it for all affecte

Re: [U-Boot] [PATCH][v1] FDT: remove obsolete OF_CPU and OF_SOC macros.

2009-09-08 Thread Marcel Ziswiler
Dear Wolfang Denk On Tue, 2009-09-08 at 23:11 +0200, Wolfgang Denk wrote: > The patch should remove the macros then from the respective config > files. Isn't that exactly what my patch does? Cheers Marcel Ziswiler ___ U-Boot mailing list U-Boot@lists

Re: [U-Boot] [PATCH][v1] FDT: remove obsolete OF_CPU and OF_SOC macros.

2009-09-08 Thread Wolfgang Denk
Dear Marcel Ziswiler, In message <1252443024.5386.76.ca...@com-21> you wrote: > > > What about the other boards then? Say MPC8260ADS or mpc7448hpc2? > > As OF_CPU and OF_SOC is only ever used in cpu/mpc512x/cpu.c and > cpu/mpc5xxx/cpu.c there is no impact whatever on any of the other > boards.

Re: [U-Boot] [PATCH][v1] FDT: remove obsolete OF_CPU and OF_SOC macros.

2009-09-08 Thread Marcel Ziswiler
Hi Wolfgang Denk On Tue, 2009-09-08 at 20:41 +0200, Wolfgang Denk wrote: > Please put the affected board maintainers on Cc: OK, sorry. Added them now. > How much testing has this patch seen? Tested on ep8248. Unfortunately I don't have access to any of the other boards. > What about the other

Re: [U-Boot] [PATCH][v1] FDT: remove obsolete OF_CPU and OF_SOC macros.

2009-09-08 Thread Wolfgang Denk
Dear Marcel Ziswiler, In message <1252423607.5386.10.ca...@com-21> you wrote: > Signed-off-by: Marcel Ziswiler > --- > README|6 -- > include/configs/IDS8247.h |2 -- > include/configs/MPC8260ADS.h |1 - > include/configs/linkstation.h |2 -- > in

[U-Boot] [PATCH][v1] FDT: remove obsolete OF_CPU and OF_SOC macros.

2009-09-08 Thread Marcel Ziswiler
Signed-off-by: Marcel Ziswiler --- README|6 -- include/configs/IDS8247.h |2 -- include/configs/MPC8260ADS.h |1 - include/configs/linkstation.h |2 -- include/configs/mgcoge.h |2 -- include/configs/mpc7448hpc2.h |1 - include/config