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 f13b95def2..30e90df0b6 100755
--- a/scripts/poky-qemu-internal
+++ b/scripts/poky-qemu-internal
@@ -239,7 +239,7 @@ fi
239if [ "$MACHINE" = "qemumips" ]; then 239if [ "$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"