summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/include/mach/hardware.h
diff options
context:
space:
mode:
authorRob Herring2011-06-29 04:22:40 +0200
committerRob Herring2011-07-12 18:19:29 +0200
commitcc22b4c18540e5e8bf55c7d124044f9317527d3c (patch)
tree77b9980c1824fd389105efe7e7f9693c9c258ad9 /arch/arm/mach-integrator/include/mach/hardware.h
parentARM: convert PCI defines to variables (diff)
downloadkernel-qcow2-linux-cc22b4c18540e5e8bf55c7d124044f9317527d3c.tar.gz
kernel-qcow2-linux-cc22b4c18540e5e8bf55c7d124044f9317527d3c.tar.xz
kernel-qcow2-linux-cc22b4c18540e5e8bf55c7d124044f9317527d3c.zip
ARM: set vga memory base at run-time
Convert the incorrectly named PCIMEM_BASE to a variable called vga_base. This removes the dependency on mach/hardware.h. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-integrator/include/mach/hardware.h')
-rw-r--r--arch/arm/mach-integrator/include/mach/hardware.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-integrator/include/mach/hardware.h b/arch/arm/mach-integrator/include/mach/hardware.h
index 0ce52121dabe..65fed7c0eb84 100644
--- a/arch/arm/mach-integrator/include/mach/hardware.h
+++ b/arch/arm/mach-integrator/include/mach/hardware.h
@@ -32,8 +32,6 @@
#define IO_SIZE 0x0B000000 // How much?
#define IO_START INTEGRATOR_HDR_BASE // PA of IO
-#define PCIMEM_BASE PCI_MEMORY_VADDR
-
/* macro to get at IO space when running virtually */
#ifdef CONFIG_MMU
#define IO_ADDRESS(x) (((x) & 0x000fffff) | (((x) >> 4) & 0x0ff00000) | IO_BASE)