summaryrefslogtreecommitdiffstats
path: root/scripts/poky-qemu-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-qemu-internal')
-rwxr-xr-xscripts/poky-qemu-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal
index cf16407e2a..62c1040f71 100755
--- a/scripts/poky-qemu-internal
+++ b/scripts/poky-qemu-internal
@@ -338,7 +338,7 @@ fi
338if [ "$MACHINE" = "qemumips" ]; then 338if [ "$MACHINE" = "qemumips" ]; then
339 QEMU=qemu-system-mips 339 QEMU=qemu-system-mips
340 MACHINE_SUBTYPE=malta 340 MACHINE_SUBTYPE=malta
341 QEMU_UI_OPTIONS="-vga cirrus" 341 QEMU_UI_OPTIONS="-vga cirrus $QEMU_UI_OPTIONS"
342 if [ "$FSTYPE" = "ext3" ]; then 342 if [ "$FSTYPE" = "ext3" ]; then
343 #KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty0 $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" 343 #KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty0 $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"
344 KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" 344 KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"