Commit a3c26959 authored by Michal Simek's avatar Michal Simek

microblaze: Add PVR for Microblaze v8.00.b

Microblaze v8.00.b have 0x13 version string.
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 990dbcc6
...@@ -32,6 +32,7 @@ const struct cpu_ver_key cpu_ver_lookup[] = { ...@@ -32,6 +32,7 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
{"7.30.a", 0x10}, {"7.30.a", 0x10},
{"7.30.b", 0x11}, {"7.30.b", 0x11},
{"8.00.a", 0x12}, {"8.00.a", 0x12},
{"8.00.b", 0x13},
{NULL, 0}, {NULL, 0},
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment