Skip to content
Snippets Groups Projects
Commit d43a386a authored by Sandeep Singh's avatar Sandeep Singh Committed by York Sun
Browse files

powerpc/mpc85xx: Removed support for G4060


G4060 has no PA cores, hence removing its support.

Signed-off-by: default avatarSandeep Singh <Sandeep@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent 38d67a4e
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,6 @@ static struct cpu_type cpu_type_list[] = { ...@@ -65,7 +65,6 @@ static struct cpu_type cpu_type_list[] = {
CPU_TYPE_ENTRY(T4080, T4080, 4), CPU_TYPE_ENTRY(T4080, T4080, 4),
CPU_TYPE_ENTRY(B4860, B4860, 0), CPU_TYPE_ENTRY(B4860, B4860, 0),
CPU_TYPE_ENTRY(G4860, G4860, 0), CPU_TYPE_ENTRY(G4860, G4860, 0),
CPU_TYPE_ENTRY(G4060, G4060, 0),
CPU_TYPE_ENTRY(B4440, B4440, 0), CPU_TYPE_ENTRY(B4440, B4440, 0),
CPU_TYPE_ENTRY(B4460, B4460, 0), CPU_TYPE_ENTRY(B4460, B4460, 0),
CPU_TYPE_ENTRY(G4440, G4440, 0), CPU_TYPE_ENTRY(G4440, G4440, 0),
......
...@@ -1118,7 +1118,6 @@ ...@@ -1118,7 +1118,6 @@
#define SVR_B4860 0X868000 #define SVR_B4860 0X868000
#define SVR_G4860 0x868001 #define SVR_G4860 0x868001
#define SVR_B4460 0x868003 #define SVR_B4460 0x868003
#define SVR_G4060 0x868003
#define SVR_B4440 0x868100 #define SVR_B4440 0x868100
#define SVR_G4440 0x868101 #define SVR_G4440 0x868101
#define SVR_B4420 0x868102 #define SVR_B4420 0x868102
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment