ARM: set vga memory base at run-time
[deliverable/linux.git] / arch / arm / mach-shark / pci.c
index 4aea637a2ddb66a71e441e7cda78eb4d70616486..92d7227de0ac5648cc42a1097343d2f0a71e8779 100644 (file)
@@ -8,6 +8,7 @@
 #include <linux/kernel.h>
 #include <linux/pci.h>
 #include <linux/init.h>
+#include <video/vga.h>
 
 #include <asm/irq.h>
 #include <asm/mach/pci.h>
@@ -42,6 +43,7 @@ static int __init shark_pci_init(void)
 
        pcibios_min_io = 0x6000;
        pcibios_min_mem = 0x50000000;
+       vga_base = 0xe8000000;
 
        pci_common_init(&shark_pci);
 
This page took 0.025742 seconds and 5 git commands to generate.