diff options
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/mips-boards/malta.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mips-boards/malta.h b/arch/mips/include/asm/mips-boards/malta.h index 722bc889eab5..fd9774269a5e 100644 --- a/arch/mips/include/asm/mips-boards/malta.h +++ b/arch/mips/include/asm/mips-boards/malta.h | |||
@@ -64,6 +64,11 @@ static inline unsigned long get_msc_port_base(unsigned long reg) | |||
64 | #define GIC_ADDRSPACE_SZ (128 * 1024) | 64 | #define GIC_ADDRSPACE_SZ (128 * 1024) |
65 | 65 | ||
66 | /* | 66 | /* |
67 | * CPC Specific definitions | ||
68 | */ | ||
69 | #define CPC_BASE_ADDR 0x1bde0000 | ||
70 | |||
71 | /* | ||
67 | * MSC01 BIU Specific definitions | 72 | * MSC01 BIU Specific definitions |
68 | * FIXME : These should be elsewhere ? | 73 | * FIXME : These should be elsewhere ? |
69 | */ | 74 | */ |