summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
authorCyril Jourdan2013-02-07 11:32:06 +0100
committerCyril Jourdan2013-02-13 09:32:27 +0100
commit01f2f2a49ac1db47042d6e26a11e35d5281b378c (patch)
tree328ff7c5786bfca55012365e6af2c49a3afc574c /cleopatre
parent9b375a66862a202cc8c956b3f3dc4cb4ef3180c6 (diff)
cleo/linux/spc300: remove SPI static remapping, closes #3334
It is not used since spi driver use a dynamic remapping. All other static remappings are needed. Virtual addresses macros must be deleted because they are wrong if there is no static remapping.
Diffstat (limited to 'cleopatre')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300.c b/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300.c
index 3b96dcef9b..35f9eace5a 100644
--- a/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300.c
+++ b/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300.c
@@ -83,7 +83,6 @@ static struct map_desc spc300_io_desc[] __initdata = {
{ IO_ADDRESS(ARM_TIMER1_BASE) , __phys_to_pfn(ARM_TIMER1_BASE) , SZ_1K , MT_DEVICE },
{ IO_ADDRESS(ARM_UART1_BASE) , __phys_to_pfn(ARM_UART1_BASE) , SZ_1K , MT_DEVICE },
{ IO_ADDRESS(ARM_UART2_BASE) , __phys_to_pfn(ARM_UART2_BASE) , SZ_1K , MT_DEVICE },
- { IO_ADDRESS(SPI_BASE) , __phys_to_pfn(SPI_BASE) , SZ_1K , MT_DEVICE },
{ IO_ADDRESS(MARIA_REGBANK_BASE) , __phys_to_pfn(MARIA_REGBANK_BASE) , SZ_4K , MT_DEVICE },
#ifdef CONFIG_CHIP_FEATURE_MIU_CTRL
{ IO_ADDRESS(AHB2MIU_BASE) , __phys_to_pfn(AHB2MIU_BASE) , SZ_1K , MT_DEVICE },