diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-01-05 12:53:09 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-01-05 12:54:56 -0800 |
commit | 2945ae2e39990094c71ef62d521b98812df3ba28 (patch) | |
tree | cd4b67ccb778f094320f0f29ea2ca3fa820fd948 /conf | |
parent | da196c1fde094d62a1c769b691a48f4ae64ff461 (diff) |
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 <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/qemumips.conf | 4 |
1 files 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" |