summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-06-24 15:00:48 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2010-07-19 11:59:51 -0400
commitd39ae18df26852b96a6493649bfd53c917d58297 (patch)
tree29b7480646937b73524f0e285ed5a751464a2404 /scripts/runqemu
parentae6c323a0bf8648fa308128d19d78e601e833a0d (diff)
downloadpoky-d39ae18df26852b96a6493649bfd53c917d58297.tar.gz
qemu/mips: arrange for vmlinux to be bootable
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 25d30c98a9..c7c51ec77a 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -104,7 +104,7 @@ fi
104 104
105if [ "$MACHINE" = "qemumips" ]; then 105if [ "$MACHINE" = "qemumips" ]; then
106 if [ "x$ZIMAGE" = "x" ]; then 106 if [ "x$ZIMAGE" = "x" ]; then
107 ZIMAGE=$BUILDDIR/tmp/deploy/images/vmlinux.bin-$MACHINE.bin 107 ZIMAGE=$BUILDDIR/tmp/deploy/images/vmlinux-$MACHINE.bin
108 fi 108 fi
109 if [ "$TYPE" = "ext3" ]; then 109 if [ "$TYPE" = "ext3" ]; then
110 if [ "x$HDIMAGE" = "x" ]; then 110 if [ "x$HDIMAGE" = "x" ]; then