diff options
Diffstat (limited to 'arch/arm/mach-at91/include/mach/at91cap9.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/at91cap9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91cap9.h b/arch/arm/mach-at91/include/mach/at91cap9.h index f65d0834eee7..5fd105dd1f1a 100644 --- a/arch/arm/mach-at91/include/mach/at91cap9.h +++ b/arch/arm/mach-at91/include/mach/at91cap9.h | |||
@@ -79,7 +79,6 @@ | |||
79 | /* | 79 | /* |
80 | * System Peripherals (offset from AT91_BASE_SYS) | 80 | * System Peripherals (offset from AT91_BASE_SYS) |
81 | */ | 81 | */ |
82 | #define AT91_ECC (0xffffe200 - AT91_BASE_SYS) | ||
83 | #define AT91_BCRAMC (0xffffe400 - AT91_BASE_SYS) | 82 | #define AT91_BCRAMC (0xffffe400 - AT91_BASE_SYS) |
84 | #define AT91_DDRSDRC0 (0xffffe600 - AT91_BASE_SYS) | 83 | #define AT91_DDRSDRC0 (0xffffe600 - AT91_BASE_SYS) |
85 | #define AT91_SMC (0xffffe800 - AT91_BASE_SYS) | 84 | #define AT91_SMC (0xffffe800 - AT91_BASE_SYS) |
@@ -98,6 +97,7 @@ | |||
98 | (0xfffffd50 - AT91_BASE_SYS) : \ | 97 | (0xfffffd50 - AT91_BASE_SYS) : \ |
99 | (0xfffffd60 - AT91_BASE_SYS)) | 98 | (0xfffffd60 - AT91_BASE_SYS)) |
100 | 99 | ||
100 | #define AT91CAP9_BASE_ECC 0xffffe200 | ||
101 | #define AT91CAP9_BASE_PIOA 0xfffff200 | 101 | #define AT91CAP9_BASE_PIOA 0xfffff200 |
102 | #define AT91CAP9_BASE_PIOB 0xfffff400 | 102 | #define AT91CAP9_BASE_PIOB 0xfffff400 |
103 | #define AT91CAP9_BASE_PIOC 0xfffff600 | 103 | #define AT91CAP9_BASE_PIOC 0xfffff600 |