Skip to content
Snippets Groups Projects
Commit c518fc02 authored by Kumar Gala's avatar Kumar Gala
Browse files

powerpc/85xx: Fix detection of P1017E


Had a typo such that P1017E would not be detected correctly.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 1930b103
No related merge requests found
......@@ -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),
......
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