Skip to content

Commit

Permalink
microblaze: Add PVR for Microblaze v7.30.a
Browse files Browse the repository at this point in the history
Microblaze v7.30.a will have 0x10 version string.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Dec 14, 2009
1 parent 81ab0df commit c8983a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/microblaze/kernel/cpu/cpuinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
{"7.20.b", 0x0d},
{"7.20.c", 0x0e},
{"7.20.d", 0x0f},
{"7.30.a", 0x10},
{NULL, 0},
};

Expand Down

0 comments on commit c8983a5

Please sign in to comment.