projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf6f97
)
Fix compilation warning.
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 9 Jul 2013 13:15:27 +0000
(22:15 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 9 Jul 2013 13:15:27 +0000
(22:15 +0900)
Change-Id: I6bc8320531ed3ddd20fc58cdbde6479859ca6085
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/hw/maru_board.c
patch
|
blob
|
history
diff --git
a/tizen/src/hw/maru_board.c
b/tizen/src/hw/maru_board.c
index 9cacf8edf42424371065587eb94c4e81ed81935d..bdc60dd92a665dd5e767d2430f217aea4373ffd3 100644
(file)
--- a/
tizen/src/hw/maru_board.c
+++ b/
tizen/src/hw/maru_board.c
@@
-240,13
+240,6
@@
static void maru_x86_machine_init(MemoryRegion *system_memory,
}
}
- pc_cmos_init(below_4g_mem_size, above_4g_mem_size, boot_device,
- floppy, idebus[0], idebus[1], rtc_state);
-
- if (pci_enabled && usb_enabled) {
- pci_create_simple(pci_bus, piix3_devfn + 2, "piix3-usb-uhci");
- }
-
pc_cmos_init(below_4g_mem_size, above_4g_mem_size, boot_device,
floppy, idebus[0], idebus[1], rtc_state);