summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-07-15 10:11:44 -0500
committerKumar Gala <galak@kernel.crashing.org>2011-07-17 10:33:05 -0500
commitc518fc028189699c1b169f524be60b990b88cb28 (patch)
tree2ef17d473e40fc0ae6d82478dffd1b693b45c9e8 /arch
parent1930b1037fd63b53c416e9c48ca3df31cdaa17aa (diff)
downloadblackbird-obmc-uboot-c518fc028189699c1b169f524be60b990b88cb28.tar.gz
blackbird-obmc-uboot-c518fc028189699c1b169f524be60b990b88cb28.zip
powerpc/85xx: Fix detection of P1017E
Had a typo such that P1017E would not be detected correctly. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/cpu/mpc8xxx/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xxx/cpu.c b/arch/powerpc/cpu/mpc8xxx/cpu.c
index 85ebcc94ce..767bc524d1 100644
--- a/arch/powerpc/cpu/mpc8xxx/cpu.c
+++ b/arch/powerpc/cpu/mpc8xxx/cpu.c
@@ -79,7 +79,7 @@ struct cpu_type cpu_type_list [] = {
CPU_TYPE_ENTRY(P1016, P1016_E, 1),
CPU_TYPE_ENTRY(P1016, P1016, 1),
CPU_TYPE_ENTRY(P1017, P1017, 1),
- CPU_TYPE_ENTRY(P1017, P1017, 1),
+ CPU_TYPE_ENTRY(P1017, P1017_E, 1),
CPU_TYPE_ENTRY(P1020, P1020, 2),
CPU_TYPE_ENTRY(P1020, P1020_E, 2),
CPU_TYPE_ENTRY(P1021, P1021, 2),
OpenPOWER on IntegriCloud