microblaze: Detect new Microblaze 7.20 versions
authorMichal Simek <[email protected]>
Tue, 21 Jul 2009 10:47:04 +0000 (12:47 +0200)
committerMichal Simek <[email protected]>
Mon, 27 Jul 2009 05:39:55 +0000 (07:39 +0200)
Signed-off-by: Michal Simek <[email protected]>
arch/microblaze/kernel/cpu/cpuinfo.c

index a10bea119b946f0b637befe039705c432cdce888..c411c6757deb845a984ae734e108fa216ceb18c0 100644 (file)
@@ -26,6 +26,8 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
        {"7.10.b", 0x09},
        {"7.10.c", 0x0a},
        {"7.10.d", 0x0b},
+       {"7.20.a", 0x0c},
+       {"7.20.b", 0x0d},
        /* FIXME There is no keycode defined in MBV for these versions */
        {"2.10.a", 0x10},
        {"3.00.a", 0x20},