maru_board: disable brillcodec for a while.
authorKitae Kim <kt920.kim@samsung.com>
Mon, 16 Sep 2013 10:54:04 +0000 (19:54 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Mon, 16 Sep 2013 10:54:04 +0000 (19:54 +0900)
QEMU might not be launched normally because of out of memory on host.
That's why brillcodec is disabled for a while until codec plugins packages are upgraded.

Change-Id: I82f5ddb46965238734cd3a734d9cbcdd0e72c4d2
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/hw/maru_board.c

index 78de8fbb2e6c076d14c85fbaa1ef4d7df3ac0b7c..222cd7f81bda623ed71571d8c39c256f39bc3766 100644 (file)
@@ -302,7 +302,7 @@ static void maru_x86_machine_init(MemoryRegion *system_memory,
         codec_init(pci_bus);
         pci_maru_overlay_init(pci_bus);
         pci_maru_brightness_init(pci_bus);
-        maru_brill_codec_pci_device_init(pci_bus);
+//        maru_brill_codec_pci_device_init(pci_bus);
     }
 
     if (enable_vigs) {