diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2011-05-13 01:16:07 -0500 | 
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2011-07-11 13:24:19 -0500 | 
| commit | 1f97987a513cf0a107b472b766e98ea94bedc8b0 (patch) | |
| tree | e7e30f6b06e3c370c2f14b5510925ee5341cd3a7 /arch/powerpc/cpu/mpc8xxx/cpu.c | |
| parent | 526cbff2928dba1acdac6d460d23c3f190c5f17c (diff) | |
| download | olio-uboot-2014.01-1f97987a513cf0a107b472b766e98ea94bedc8b0.tar.xz olio-uboot-2014.01-1f97987a513cf0a107b472b766e98ea94bedc8b0.zip | |
powerpc/85xx: Add P2041 processor support
The P2041 is similar to P2040, however has a 10G port and backside L2
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xxx/cpu.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc8xxx/cpu.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/powerpc/cpu/mpc8xxx/cpu.c b/arch/powerpc/cpu/mpc8xxx/cpu.c index 39b304ae9..85ebcc94c 100644 --- a/arch/powerpc/cpu/mpc8xxx/cpu.c +++ b/arch/powerpc/cpu/mpc8xxx/cpu.c @@ -98,6 +98,8 @@ struct cpu_type cpu_type_list [] = {  	CPU_TYPE_ENTRY(P2020, P2020_E, 2),  	CPU_TYPE_ENTRY(P2040, P2040, 4),  	CPU_TYPE_ENTRY(P2040, P2040_E, 4), +	CPU_TYPE_ENTRY(P2041, P2041, 4), +	CPU_TYPE_ENTRY(P2041, P2041_E, 4),  	CPU_TYPE_ENTRY(P3041, P3041, 4),  	CPU_TYPE_ENTRY(P3041, P3041_E, 4),  	CPU_TYPE_ENTRY(P4040, P4040, 4), |