diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-03-16 21:51:02 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-03 08:04:39 +0200 |
commit | a5ecbab7d9b606bdfbec67ccda0fde0f82e1e70e (patch) | |
tree | 7decba401fec83ec57759db7d069b41ff26cd981 /arch/arm/mach-integrator/include | |
parent | 207bcf45193bd6b847373246b37a3b673b1c81ca (diff) | |
download | kernel_replicant_linux-a5ecbab7d9b606bdfbec67ccda0fde0f82e1e70e.tar.gz kernel_replicant_linux-a5ecbab7d9b606bdfbec67ccda0fde0f82e1e70e.tar.bz2 kernel_replicant_linux-a5ecbab7d9b606bdfbec67ccda0fde0f82e1e70e.zip |
ARM: integrator: remap PCIv3 base dynamically
Remove the static mapping for the PCIv3 PCI bridge controller
and do this dynamically when probing instead.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/include')
-rw-r--r-- | arch/arm/mach-integrator/include/mach/platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/include/mach/platform.h b/arch/arm/mach-integrator/include/mach/platform.h index be5859efe10e..62fa119bc393 100644 --- a/arch/arm/mach-integrator/include/mach/platform.h +++ b/arch/arm/mach-integrator/include/mach/platform.h @@ -325,7 +325,6 @@ #define PCI_MEMORY_VADDR IOMEM(0xe8000000) #define PCI_CONFIG_VADDR IOMEM(0xec000000) -#define PCI_V3_VADDR IOMEM(0xed000000) /* ------------------------------------------------------------------------ * Integrator Interrupt Controllers |