diff options
author | Tony Lindgren <tony@atomide.com> | 2008-12-10 20:36:30 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-12-10 20:36:30 -0500 |
commit | a88231430384f49bebf8a6ec607a9eb4f2254e34 (patch) | |
tree | a95be27edce50fece9cbc434e770806e49453ae7 /arch/arm/mach-omap1 | |
parent | 5ba02dcab945dc0bcde7df0c5958329f34bd04ae (diff) |
ARM: OMAP2: Fix cpu detection
At some point omap2 changed the bits for GET_OMAP_CLASS, which
broke 15xx detection on 730 as noticed by Russell King.
This patch fixes omap2 cpu detection to respect the original
GET_OMAP_CLASS, and simplifies the detection for 34xx.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/id.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/id.c b/arch/arm/mach-omap1/id.c index 13083d7e692d..d6110fe04f2f 100644 --- a/arch/arm/mach-omap1/id.c +++ b/arch/arm/mach-omap1/id.c | |||
@@ -178,9 +178,6 @@ void __init omap_check_revision(void) | |||
178 | case 0x17: | 178 | case 0x17: |
179 | system_rev |= 0x16; | 179 | system_rev |= 0x16; |
180 | break; | 180 | break; |
181 | case 0x24: | ||
182 | system_rev |= 0x24; | ||
183 | break; | ||
184 | default: | 181 | default: |
185 | printk("Unknown OMAP cpu type: 0x%02x\n", cpu_type); | 182 | printk("Unknown OMAP cpu type: 0x%02x\n", cpu_type); |
186 | } | 183 | } |