mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
qemumips.conf: Default to (and support) mips32r2
The MIPS emulation for qemumips actually supports mips32r2: isa : mips1 mips2 mips32r1 mips32r2 We should probably use that tuning file. This implicitly changes the default value of DEFAULTTUNE to mips32r2. (From OE-Core rev: 5d64516d81750e4e0d65792a3215568d652bec6c) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f9e6b7e618
commit
ed3b6ed10d
@@ -3,7 +3,7 @@
|
||||
#@DESCRIPTION: mti_malta32_be
|
||||
|
||||
require conf/machine/include/qemu.inc
|
||||
require conf/machine/include/tune-mips32.inc
|
||||
require conf/machine/include/tune-mips32r2.inc
|
||||
|
||||
KERNEL_IMAGETYPE = "vmlinux"
|
||||
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
||||
|
||||
Reference in New Issue
Block a user