From 2945ae2e39990094c71ef62d521b98812df3ba28 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 5 Jan 2010 12:53:09 -0800 Subject: qemumips.conf: Set KERNEL_IMAGETYPE to plain vmlinux. * qemu boots vmlinux on mips so set KERNEL_IMAGETYPE and KERNEL_OUTPUT accordingly. Signed-off-by: Khem Raj --- conf/machine/qemumips.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/qemumips.conf b/conf/machine/qemumips.conf index 27f96480b5..aa9c0cb2ed 100644 --- a/conf/machine/qemumips.conf +++ b/conf/machine/qemumips.conf @@ -7,8 +7,8 @@ TARGET_ARCH = "mips" require conf/machine/include/qemu.inc require conf/machine/include/tune-mips32.inc -KERNEL_IMAGETYPE = "vmlinux.bin" - +KERNEL_IMAGETYPE = "vmlinux" +KERNEL_OUTPUT = "vmlinux" SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_PROVIDER_virtual/kernel = "linux" -- cgit v1.2.3