dect
/
linux-2.6
Archived
13
0
Fork 0

microblaze: Add PVR for Microblaze v7.30.a

Microblaze v7.30.a will have 0x10 version string.

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek 2009-12-08 17:54:07 +01:00
parent 81ab0dfd94
commit c8983a5c6e
1 changed files with 1 additions and 0 deletions

View File

@ -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},
};