summaryrefslogtreecommitdiffstats
path: root/scripts/poky-qemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-qemu')
-rwxr-xr-xscripts/poky-qemu3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu
index 9a5ed7722e..c2ba0c4ed7 100755
--- a/scripts/poky-qemu
+++ b/scripts/poky-qemu
@@ -40,6 +40,9 @@ else
40 if [ "$MACHINE" = "akita" ]; then 40 if [ "$MACHINE" = "akita" ]; then
41 TYPE="jffs2" 41 TYPE="jffs2"
42 fi 42 fi
43 if [ "$MACHINE" = "spitz" ]; then
44 TYPE="ext3"
45 fi
43 HDIMAGE=$2 46 HDIMAGE=$2
44fi 47fi
45 48