summaryrefslogtreecommitdiff
path: root/common/include/asm/arch/ips/hardware/sys_apb.h
diff options
context:
space:
mode:
authorCyril Jourdan2012-09-27 11:07:24 +0200
committerCyril Jourdan2012-10-01 13:57:27 +0200
commitbeff091b4754e6b24da3d5736972f1f70e93ce39 (patch)
treee5e7bbc2e2d8fb4ad1cd9dc29e716c805b6fbde1 /common/include/asm/arch/ips/hardware/sys_apb.h
parent64def381dcc7ce19a932792754e48660f4d9fc3d (diff)
{common, polux}: create mse500_200 chip and board, refs #3373
Diffstat (limited to 'common/include/asm/arch/ips/hardware/sys_apb.h')
-rw-r--r--common/include/asm/arch/ips/hardware/sys_apb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/include/asm/arch/ips/hardware/sys_apb.h b/common/include/asm/arch/ips/hardware/sys_apb.h
index 314d7bc958..9b839fe65c 100644
--- a/common/include/asm/arch/ips/hardware/sys_apb.h
+++ b/common/include/asm/arch/ips/hardware/sys_apb.h
@@ -37,7 +37,7 @@
#define MAILBOXES_BASE (SYS_APB_BASE+0x030000)
#define MARIA_REGBANK_BASE (SYS_APB_BASE+0x040000)
-#ifdef CONFIG_CHIP_MSE500
+#if defined (CONFIG_CHIP_MSE500) || defined (CONFIG_CHIP_MSE500_200)
#include "pkg_maria2_regbank.h"
#else
#include "pkg_maria_regbank.h"