Skip to content

Commit

Permalink
microblaze: Remove ancient and fake microblaze version from cpu_ver t…
Browse files Browse the repository at this point in the history
…able

We need to continue with next microblaze PVR version that's why
I have to remove that ancient version. These version strings not match
any versions. From Microblaze v5.00.a is possible to use this style.
I believe that none use ancients versions. If yes they will be just
labeled as unknown version.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Dec 14, 2009
1 parent 5de2344 commit 81ab0df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/microblaze/kernel/cpu/cpuinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
{"7.20.b", 0x0d},
{"7.20.c", 0x0e},
{"7.20.d", 0x0f},
/* FIXME There is no keycode defined in MBV for these versions */
{"2.10.a", 0x10},
{"3.00.a", 0x20},
{"4.00.a", 0x30},
{"4.00.b", 0x40},
{NULL, 0},
};

Expand Down

0 comments on commit 81ab0df

Please sign in to comment.