diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-06-26 17:12:47 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-06-28 03:10:24 -0400 |
commit | d2ba779afc84b2e05dcb64cb801a4af52f1c4be7 (patch) | |
tree | 2cfe867ab4d44330380cbd82a1fdb625a0ca1b7e /arch/arm/plat-omap | |
parent | 0810048713c829f626d8323519f69091ad2480b0 (diff) |
ARM: OMAP: fix typos related to OMAP330
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/plat/cpu.h b/arch/arm/plat-omap/include/plat/cpu.h index 297245dba66e..f2bdf15bdcef 100644 --- a/arch/arm/plat-omap/include/plat/cpu.h +++ b/arch/arm/plat-omap/include/plat/cpu.h | |||
@@ -238,7 +238,7 @@ IS_AM_SUBCLASS(335x, 0x335) | |||
238 | /* | 238 | /* |
239 | * Macros to detect individual cpu types. | 239 | * Macros to detect individual cpu types. |
240 | * These are only rarely needed. | 240 | * These are only rarely needed. |
241 | * cpu_is_omap330(): True for OMAP330 | 241 | * cpu_is_omap310(): True for OMAP310 |
242 | * cpu_is_omap730(): True for OMAP730 | 242 | * cpu_is_omap730(): True for OMAP730 |
243 | * cpu_is_omap850(): True for OMAP850 | 243 | * cpu_is_omap850(): True for OMAP850 |
244 | * cpu_is_omap1510(): True for OMAP1510 | 244 | * cpu_is_omap1510(): True for OMAP1510 |
@@ -304,7 +304,7 @@ IS_OMAP_TYPE(3517, 0x3517) | |||
304 | 304 | ||
305 | /* | 305 | /* |
306 | * Whether we have MULTI_OMAP1 or not, we still need to distinguish | 306 | * Whether we have MULTI_OMAP1 or not, we still need to distinguish |
307 | * between 730 vs 850, 330 vs. 1510 and 1611B/5912 vs. 1710. | 307 | * between 730 vs 850, 310 vs. 1510 and 1611B/5912 vs. 1710. |
308 | */ | 308 | */ |
309 | 309 | ||
310 | #if defined(CONFIG_ARCH_OMAP730) | 310 | #if defined(CONFIG_ARCH_OMAP730) |