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>
This commit is contained in:
Rob Herring
2011-06-28 21:22:40 -05:00
parent c9d95fbe59
commit cc22b4c185
15 changed files with 22 additions and 18 deletions

View File

@@ -12,7 +12,5 @@
#define UNCACHEABLE_ADDR 0xdf010000
#define PCIMEM_BASE 0xe8000000
#endif