ARM: set vga memory base at run-time
[deliverable/linux.git] / arch / arm / mach-integrator / include / mach / hardware.h
index 0ce52121dabe2bdb008adb659e13ea4a156ed0ec..65fed7c0eb843d05c80234a59081780c1823db34 100644 (file)
@@ -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)
This page took 0.042058 seconds and 5 git commands to generate.