ARM: OMAP2/3: Remove OMAP_CM_REGADDR
Processor specific macros should be used instead. Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
@@ -83,12 +83,6 @@
|
||||
|
||||
#define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000)
|
||||
|
||||
#if defined(CONFIG_ARCH_OMAP3430)
|
||||
|
||||
#define OMAP2_CM_BASE OMAP3430_CM_BASE
|
||||
|
||||
#endif
|
||||
|
||||
#define OMAP34XX_DSP_BASE 0x58000000
|
||||
#define OMAP34XX_DSP_MEM_BASE (OMAP34XX_DSP_BASE + 0x0)
|
||||
#define OMAP34XX_DSP_IPI_BASE (OMAP34XX_DSP_BASE + 0x1000000)
|
||||
|
||||
Reference in New Issue
Block a user