ARM: set vga memory base at run-time
[deliverable/linux.git] / arch / arm / mach-footbridge / dc21285.c
index a8dfa00e45966c51003b03b0bb2fa23d424c9094..1331fff51ae25352803b094a1a678b5a1ed9400e 100644 (file)
@@ -296,6 +296,7 @@ void __init dc21285_preinit(void)
        int cfn_mode;
 
        pcibios_min_mem = 0x81000000;
+       vga_base = PCIMEM_BASE;
 
        mem_size = (unsigned int)high_memory - PAGE_OFFSET;
        for (mem_mask = 0x00100000; mem_mask < 0x10000000; mem_mask <<= 1)
This page took 0.039238 seconds and 5 git commands to generate.