projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1930b10
)
powerpc/85xx: Fix detection of P1017E
author
Kumar Gala
<galak@kernel.crashing.org>
Fri, 15 Jul 2011 15:11:44 +0000
(10:11 -0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Sun, 17 Jul 2011 15:33:05 +0000
(10:33 -0500)
Had a typo such that P1017E would not be detected correctly.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc8xxx/cpu.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/cpu/mpc8xxx/cpu.c
b/arch/powerpc/cpu/mpc8xxx/cpu.c
index 85ebcc94ce2cd06c756b4420432e34e5dbf2ccb3..767bc524d1c1f8aff0504fa1c193a18f4f731b1b 100644
(file)
--- 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),