diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-qemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index f13b95def2..30e90df0b6 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal @@ -239,7 +239,7 @@ fi if [ "$MACHINE" = "qemumips" ]; then QEMU=qemu-system-mips MACHINE_SUBTYPE=malta - QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -vga cirrus" + QEMU_UI_OPTIONS="-vga cirrus" if [ "$TYPE" = "ext3" ]; then #KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty0 $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" |