diff options
Diffstat (limited to 'arch/arm/mach-omap2/id.c')
-rw-r--r-- | arch/arm/mach-omap2/id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c index 134739751107..613e2c1eeb2f 100644 --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c | |||
@@ -345,6 +345,7 @@ static void __init omap3_check_revision(const char **cpu_rev) | |||
345 | case 0xb944: | 345 | case 0xb944: |
346 | omap_revision = AM335X_REV_ES1_0; | 346 | omap_revision = AM335X_REV_ES1_0; |
347 | *cpu_rev = "1.0"; | 347 | *cpu_rev = "1.0"; |
348 | break; | ||
348 | case 0xb8f2: | 349 | case 0xb8f2: |
349 | switch (rev) { | 350 | switch (rev) { |
350 | case 0: | 351 | case 0: |