qemu: disable vga and avoid annoying warning message
supress warning message about missing rom file qemu-system-i386: pci_add_option_rom: \ failed to find romfile "vgabios-cirrus.bin" Change-Id: I335369cf40b0891cbc96b4ff4d9e5e2f4740ee96 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a314368aac
commit
301572949a
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ KBUILD_CXXFLAGS += $(cflags-y)
|
|||
|
||||
QEMU_CPU_TYPE_arm = cortex-m3
|
||||
QEMU_FLAGS_arm = -cpu $(QEMU_CPU_TYPE_arm) \
|
||||
-machine lm3s6965evb -nographic
|
||||
-machine lm3s6965evb -nographic -vga none
|
||||
QEMU_arm = qemu-system-arm
|
||||
|
||||
export QEMU_FLAGS_arm QEMU_arm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue