ARM: OMAP2: Fix cpu detection
[linux-2.6-microblaze.git] / arch / arm / mach-omap1 / id.c
index 13083d7..d6110fe 100644 (file)
@@ -178,9 +178,6 @@ void __init omap_check_revision(void)
        case 0x17:
                system_rev |= 0x16;
                break;
-       case 0x24:
-               system_rev |= 0x24;
-               break;
        default:
                printk("Unknown OMAP cpu type: 0x%02x\n", cpu_type);
        }