summaryrefslogtreecommitdiff
path: root/common/include/asm/arch/ips/hardware/sys_apb.h
diff options
context:
space:
mode:
authorCyril Jourdan2012-08-23 11:56:35 +0200
committerCyril Jourdan2012-09-20 11:21:19 +0200
commitd1d595aec3a9e4f830af4695b3338a6a9e1967cf (patch)
treed97eb03ef6e4b0a3c9afb746adc453f97ef3dd8c /common/include/asm/arch/ips/hardware/sys_apb.h
parent368bf940a257b942ebbe4f0b0141b179ed032127 (diff)
common/inc/asm/arch/ips: manage maria2 regbank, refs #2961
Diffstat (limited to 'common/include/asm/arch/ips/hardware/sys_apb.h')
-rw-r--r--common/include/asm/arch/ips/hardware/sys_apb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/include/asm/arch/ips/hardware/sys_apb.h b/common/include/asm/arch/ips/hardware/sys_apb.h
index fee6919a60..314d7bc958 100644
--- a/common/include/asm/arch/ips/hardware/sys_apb.h
+++ b/common/include/asm/arch/ips/hardware/sys_apb.h
@@ -37,6 +37,10 @@
#define MAILBOXES_BASE (SYS_APB_BASE+0x030000)
#define MARIA_REGBANK_BASE (SYS_APB_BASE+0x040000)
+#ifdef CONFIG_CHIP_MSE500
+#include "pkg_maria2_regbank.h"
+#else
#include "pkg_maria_regbank.h"
+#endif
#endif /* __ASM_ARCH_IPS_HW_SYS_APB_H */