Skip to content

Commit

Permalink
[ARM] 5434/1: ARM: OMAP: Fix mailbox compile for 24xx
Browse files Browse the repository at this point in the history
OMAP34XX_MAILBOX_BASE must be defined both for 24xx and 34xx.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Tony Lindgren authored and Russell King committed Mar 28, 2009
1 parent fd775c0 commit 9e49583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-omap/include/mach/omap34xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@
#define OMAP34XX_HSUSB_HOST_BASE (L4_34XX_BASE + 0x64000)
#define OMAP34XX_USBTLL_BASE (L4_34XX_BASE + 0x62000)

#define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000)

#if defined(CONFIG_ARCH_OMAP3430)

#define OMAP2_32KSYNCT_BASE OMAP3430_32KSYNCT_BASE
#define OMAP2_CM_BASE OMAP3430_CM_BASE
#define OMAP2_PRM_BASE OMAP3430_PRM_BASE
#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE)
#define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000)

#endif

Expand Down

0 comments on commit 9e49583

Please sign in to comment.