diff options
Diffstat (limited to 'arch/arm/mach-at91/include/mach/at91sam9rl.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/at91sam9rl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91sam9rl.h b/arch/arm/mach-at91/include/mach/at91sam9rl.h index bab09a745d2b..846139ddf06a 100644 --- a/arch/arm/mach-at91/include/mach/at91sam9rl.h +++ b/arch/arm/mach-at91/include/mach/at91sam9rl.h | |||
@@ -70,7 +70,6 @@ | |||
70 | * System Peripherals (offset from AT91_BASE_SYS) | 70 | * System Peripherals (offset from AT91_BASE_SYS) |
71 | */ | 71 | */ |
72 | #define AT91_SDRAMC0 (0xffffea00 - AT91_BASE_SYS) | 72 | #define AT91_SDRAMC0 (0xffffea00 - AT91_BASE_SYS) |
73 | #define AT91_SMC (0xffffec00 - AT91_BASE_SYS) | ||
74 | #define AT91_MATRIX (0xffffee00 - AT91_BASE_SYS) | 73 | #define AT91_MATRIX (0xffffee00 - AT91_BASE_SYS) |
75 | #define AT91_CCFG (0xffffef10 - AT91_BASE_SYS) | 74 | #define AT91_CCFG (0xffffef10 - AT91_BASE_SYS) |
76 | #define AT91_AIC (0xfffff000 - AT91_BASE_SYS) | 75 | #define AT91_AIC (0xfffff000 - AT91_BASE_SYS) |
@@ -85,6 +84,7 @@ | |||
85 | 84 | ||
86 | #define AT91SAM9RL_BASE_DMA 0xffffe600 | 85 | #define AT91SAM9RL_BASE_DMA 0xffffe600 |
87 | #define AT91SAM9RL_BASE_ECC 0xffffe800 | 86 | #define AT91SAM9RL_BASE_ECC 0xffffe800 |
87 | #define AT91SAM9RL_BASE_SMC 0xffffec00 | ||
88 | #define AT91SAM9RL_BASE_PIOA 0xfffff400 | 88 | #define AT91SAM9RL_BASE_PIOA 0xfffff400 |
89 | #define AT91SAM9RL_BASE_PIOB 0xfffff600 | 89 | #define AT91SAM9RL_BASE_PIOB 0xfffff600 |
90 | #define AT91SAM9RL_BASE_PIOC 0xfffff800 | 90 | #define AT91SAM9RL_BASE_PIOC 0xfffff800 |