diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2014-08-14 20:42:47 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:25:07 +0100 |
commit | 5d64516d81750e4e0d65792a3215568d652bec6c (patch) | |
tree | 883bb8b1d88fec4db4aa2c4b0e9ac1fc71bcf864 /meta/conf | |
parent | ae96e831e62e37a018cc924d38a338ffc05ab4da (diff) | |
download | openembedded-core-5d64516d81750e4e0d65792a3215568d652bec6c.tar.gz |
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.
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/qemumips.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf index ce1c419d1e..d9d2421616 100644 --- a/meta/conf/machine/qemumips.conf +++ b/meta/conf/machine/qemumips.conf @@ -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" |