aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/omap24xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/mach/omap24xx.h')
-rw-r--r--arch/arm/plat-omap/include/mach/omap24xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/mach/omap24xx.h b/arch/arm/plat-omap/include/mach/omap24xx.h
index 10a6413c73e8..4ce9b6a60a52 100644
--- a/arch/arm/plat-omap/include/mach/omap24xx.h
+++ b/arch/arm/plat-omap/include/mach/omap24xx.h
@@ -89,13 +89,11 @@
89 89
90#define OMAP2_PRCM_BASE OMAP2420_PRCM_BASE 90#define OMAP2_PRCM_BASE OMAP2420_PRCM_BASE
91#define OMAP2_CM_BASE OMAP2420_CM_BASE 91#define OMAP2_CM_BASE OMAP2420_CM_BASE
92#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP24XX_IC_BASE)
93 92
94#elif defined(CONFIG_ARCH_OMAP2430) 93#elif defined(CONFIG_ARCH_OMAP2430)
95 94
96#define OMAP2_PRCM_BASE OMAP2430_PRCM_BASE 95#define OMAP2_PRCM_BASE OMAP2430_PRCM_BASE
97#define OMAP2_CM_BASE OMAP2430_CM_BASE 96#define OMAP2_CM_BASE OMAP2430_CM_BASE
98#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP24XX_IC_BASE)
99 97
100#endif 98#endif
101 99