summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/omap24xx.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2009-05-25 11:26:46 -0700
committerTony Lindgren <tony@atomide.com>2009-05-25 11:26:46 -0700
commitef6685a6ded6a20ff33a868cc2c0dba0505b7e4c (patch)
tree780f185d336be66b40ab4faf98dfab30b9d6553c /arch/arm/plat-omap/include/mach/omap24xx.h
parent07b95d000d48bd44e6f573566c1eba985ef25ed4 (diff)
ARM: OMAP2/3: Remove OMAP_CM_REGADDR
Processor specific macros should be used instead. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/omap24xx.h')
-rw-r--r--arch/arm/plat-omap/include/mach/omap24xx.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/plat-omap/include/mach/omap24xx.h b/arch/arm/plat-omap/include/mach/omap24xx.h
index 60f83244924..696edfc145a 100644
--- a/arch/arm/plat-omap/include/mach/omap24xx.h
+++ b/arch/arm/plat-omap/include/mach/omap24xx.h
@@ -85,15 +85,5 @@
#define OMAP24XX_SEC_AES_BASE (OMAP24XX_SEC_BASE + 0x6000)
#define OMAP24XX_SEC_PKA_BASE (OMAP24XX_SEC_BASE + 0x8000)
-#if defined(CONFIG_ARCH_OMAP2420)
-
-#define OMAP2_CM_BASE OMAP2420_CM_BASE
-
-#elif defined(CONFIG_ARCH_OMAP2430)
-
-#define OMAP2_CM_BASE OMAP2430_CM_BASE
-
-#endif
-
#endif /* __ASM_ARCH_OMAP24XX_H */