From: jinhyung.jo Date: Wed, 10 Jul 2013 08:45:47 +0000 (+0900) Subject: Fix the error that displaying only white screen X-Git-Tag: TizenStudio_2.0_p2.3~768^2~15^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbd3f7281f7231e770c36ef6bd56258ebf045e26;p=sdk%2Femulator%2Fqemu.git Fix the error that displaying only white screen Change-Id: Ifc019fa4739705417a5fc92ef2b2f3080326e60a Signed-off-by: Jinhyung Jo --- diff --git a/hw/pci/pci.c b/hw/pci/pci.c index cfb62c2..2d4dc5d 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@ -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