
On Jul 21, 2011, at 12:20 AM, Kumar Gala wrote:
P2041 is the superset part that covers both P2040 & P2041. The only difference between the two devices is that P2041 supports 10g/XAUI and has an L2 cache.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
arch/powerpc/cpu/mpc85xx/Makefile | 6 +- arch/powerpc/cpu/mpc85xx/p2040_ids.c | 109 ------------------------------- arch/powerpc/cpu/mpc85xx/p2040_serdes.c | 90 ------------------------- arch/powerpc/cpu/mpc85xx/p2041_ids.c | 109 +++++++++++++++++++++++++++++++ arch/powerpc/cpu/mpc85xx/p2041_serdes.c | 90 +++++++++++++++++++++++++ 5 files changed, 202 insertions(+), 202 deletions(-) delete mode 100644 arch/powerpc/cpu/mpc85xx/p2040_ids.c delete mode 100644 arch/powerpc/cpu/mpc85xx/p2040_serdes.c create mode 100644 arch/powerpc/cpu/mpc85xx/p2041_ids.c create mode 100644 arch/powerpc/cpu/mpc85xx/p2041_serdes.c
applied to 85xx
- k