diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-06-24 15:00:48 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-07-19 11:59:51 -0400 |
commit | d39ae18df26852b96a6493649bfd53c917d58297 (patch) | |
tree | 29b7480646937b73524f0e285ed5a751464a2404 /scripts | |
parent | ae6c323a0bf8648fa308128d19d78e601e833a0d (diff) | |
download | openembedded-core-d39ae18df26852b96a6493649bfd53c917d58297.tar.gz openembedded-core-d39ae18df26852b96a6493649bfd53c917d58297.tar.bz2 openembedded-core-d39ae18df26852b96a6493649bfd53c917d58297.zip |
qemu/mips: arrange for vmlinux to be bootable
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu | 2 |
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 if [ "$MACHINE" = "qemumips" ]; then if [ "x$ZIMAGE" = "x" ]; then - ZIMAGE=$BUILDDIR/tmp/deploy/images/vmlinux.bin-$MACHINE.bin + ZIMAGE=$BUILDDIR/tmp/deploy/images/vmlinux-$MACHINE.bin fi if [ "$TYPE" = "ext3" ]; then if [ "x$HDIMAGE" = "x" ]; then |