From d39ae18df26852b96a6493649bfd53c917d58297 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 24 Jun 2010 15:00:48 -0400 Subject: qemu/mips: arrange for vmlinux to be bootable Signed-off-by: Bruce Ashfield --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/runqemu') 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 -- cgit v1.2.3-54-g00ecf