mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 18:40:57 +07:00
[ARM] 5434/1: ARM: OMAP: Fix mailbox compile for 24xx
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>
This commit is contained in:
parent
fd775c084e
commit
9e495834e5
@ -81,6 +81,7 @@
|
|||||||
#define OMAP34XX_HSUSB_HOST_BASE (L4_34XX_BASE + 0x64000)
|
#define OMAP34XX_HSUSB_HOST_BASE (L4_34XX_BASE + 0x64000)
|
||||||
#define OMAP34XX_USBTLL_BASE (L4_34XX_BASE + 0x62000)
|
#define OMAP34XX_USBTLL_BASE (L4_34XX_BASE + 0x62000)
|
||||||
|
|
||||||
|
#define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000)
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_OMAP3430)
|
#if defined(CONFIG_ARCH_OMAP3430)
|
||||||
|
|
||||||
@ -88,7 +89,6 @@
|
|||||||
#define OMAP2_CM_BASE OMAP3430_CM_BASE
|
#define OMAP2_CM_BASE OMAP3430_CM_BASE
|
||||||
#define OMAP2_PRM_BASE OMAP3430_PRM_BASE
|
#define OMAP2_PRM_BASE OMAP3430_PRM_BASE
|
||||||
#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE)
|
#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE)
|
||||||
#define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000)
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user