]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Move p1022ds slot code into board file
authorKumar Gala <galak@kernel.crashing.org>
Fri, 9 Jul 2010 03:27:30 +0000 (22:27 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Jul 2010 15:55:10 +0000 (10:55 -0500)
commit9f43d7997e9c5395eed4eddd32cd75942896a412
tree53951582f24cf5840a7ea93cc9e327b857ab5017
parentc7e1a43de6818eb0b40d0b8db4f1a2bc54185eeb
powerpc/85xx: Move p1022ds slot code into board file

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 <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/p1022_serdes.c
arch/powerpc/include/asm/fsl_serdes.h
board/freescale/p1022ds/p1022ds.c