]> git.karo-electronics.de Git - linux-beck.git/commitdiff
microblaze: Add new microblaze versions
authorMichal Simek <monstr@monstr.eu>
Fri, 13 Aug 2010 10:44:17 +0000 (12:44 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 21 Oct 2010 05:51:35 +0000 (15:51 +1000)
PVR for 7.30.b, 8.00.a versions.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/cpu/cpuinfo.c

index 255ef880351e793b38ef9b3e853c8c30f6ed40be..87c79fa275c38b79ec0674fdd488ad7887d6b11c 100644 (file)
@@ -30,6 +30,8 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
        {"7.20.c", 0x0e},
        {"7.20.d", 0x0f},
        {"7.30.a", 0x10},
+       {"7.30.b", 0x11},
+       {"8.00.a", 0x12},
        {NULL, 0},
 };