diff options
-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 | |||
239 | if [ "$MACHINE" = "qemumips" ]; then | 239 | if [ "$MACHINE" = "qemumips" ]; then |
240 | QEMU=qemu-system-mips | 240 | QEMU=qemu-system-mips |
241 | MACHINE_SUBTYPE=malta | 241 | MACHINE_SUBTYPE=malta |
242 | QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -vga cirrus" | 242 | QEMU_UI_OPTIONS="-vga cirrus" |
243 | if [ "$TYPE" = "ext3" ]; then | 243 | if [ "$TYPE" = "ext3" ]; then |
244 | #KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty0 $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" | 244 | #KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty0 $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" |
245 | KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" | 245 | KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" |