Fix the error that displaying only white screen
authorjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 10 Jul 2013 08:45:47 +0000 (17:45 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 10 Jul 2013 08:45:47 +0000 (17:45 +0900)
Change-Id: Ifc019fa4739705417a5fc92ef2b2f3080326e60a
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
hw/pci/pci.c

index cfb62c2..2d4dc5d 100644 (file)
@@ -1626,7 +1626,7 @@ PCIDevice *pci_vga_init(PCIBus *bus)
         return pci_create_simple(bus, -1, "VGA");
     case VGA_VMWARE:
         return pci_create_simple(bus, -1, "vmware-svga");
-#ifdef CONFIG_VGA
+#ifdef CONFIG_MARU
     case VGA_MARU:
         return pci_create_simple(bus, -1, "MARU_VGA");
 #endif