aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/m528xsim.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/m528xsim.h')
-rw-r--r--arch/m68k/include/asm/m528xsim.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/m68k/include/asm/m528xsim.h b/arch/m68k/include/asm/m528xsim.h
index 87c0cce59057..47324f2258a7 100644
--- a/arch/m68k/include/asm/m528xsim.h
+++ b/arch/m68k/include/asm/m528xsim.h
@@ -40,11 +40,11 @@
40/* 40/*
41 * SDRAM configuration registers. 41 * SDRAM configuration registers.
42 */ 42 */
43#define MCFSIM_DCR 0x44 /* SDRAM control */ 43#define MCFSIM_DCR (MCF_IPSBAR + 0x00000044) /* Control */
44#define MCFSIM_DACR0 0x48 /* SDRAM base address 0 */ 44#define MCFSIM_DACR0 (MCF_IPSBAR + 0x00000048) /* Base address 0 */
45#define MCFSIM_DMR0 0x4c /* SDRAM address mask 0 */ 45#define MCFSIM_DMR0 (MCF_IPSBAR + 0x0000004c) /* Address mask 0 */
46#define MCFSIM_DACR1 0x50 /* SDRAM base address 1 */ 46#define MCFSIM_DACR1 (MCF_IPSBAR + 0x00000050) /* Base address 1 */
47#define MCFSIM_DMR1 0x54 /* SDRAM address mask 1 */ 47#define MCFSIM_DMR1 (MCF_IPSBAR + 0x00000054) /* Address mask 1 */
48 48
49/* 49/*
50 * DMA unit base addresses. 50 * DMA unit base addresses.