Re: [U-Boot] [PATCH] powerpc/85xx: Move p1022ds slot code into board file

2010-07-10 Thread Kumar Gala
On Jul 9, 2010, at 12:18 AM, Kumar Gala wrote: > The code to map SERDES configs to slot names is board specific and not > chip specific. Thus it should live in board/freescale/p1022ds/ and not > in arch/powerpc/cpu/. > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/p1022_serdes.c

[U-Boot] [PATCH] powerpc/85xx: Move p1022ds slot code into board file

2010-07-08 Thread Kumar Gala
The code to map SERDES configs to slot names is board specific and not chip specific. Thus it should live in board/freescale/p1022ds/ and not in arch/powerpc/cpu/. Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/p1022_serdes.c | 68 -- arch/powerpc/include/a