Commit d43a386a91379816a6c26458daf3de92cc901b52

Authored by Sandeep Singh
Committed by York Sun
1 parent 38d67a4e55

powerpc/mpc85xx: Removed support for G4060

G4060 has no PA cores, hence removing its support.

Signed-off-by: Sandeep Singh <Sandeep@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>

Showing 2 changed files with 0 additions and 2 deletions Side-by-side Diff

arch/powerpc/cpu/mpc8xxx/cpu.c
... ... @@ -65,7 +65,6 @@
65 65 CPU_TYPE_ENTRY(T4080, T4080, 4),
66 66 CPU_TYPE_ENTRY(B4860, B4860, 0),
67 67 CPU_TYPE_ENTRY(G4860, G4860, 0),
68   - CPU_TYPE_ENTRY(G4060, G4060, 0),
69 68 CPU_TYPE_ENTRY(B4440, B4440, 0),
70 69 CPU_TYPE_ENTRY(B4460, B4460, 0),
71 70 CPU_TYPE_ENTRY(G4440, G4440, 0),
arch/powerpc/include/asm/processor.h
... ... @@ -1118,7 +1118,6 @@
1118 1118 #define SVR_B4860 0X868000
1119 1119 #define SVR_G4860 0x868001
1120 1120 #define SVR_B4460 0x868003
1121   -#define SVR_G4060 0x868003
1122 1121 #define SVR_B4440 0x868100
1123 1122 #define SVR_G4440 0x868101
1124 1123 #define SVR_B4420 0x868102