From: nbd Date: Sat, 31 Oct 2015 09:30:14 +0000 (+0000) Subject: malta: set CPU_TYPE:=24kc. X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=e71cbb202f1d4c2acaddd1ca8abe616b4c5cee0c;hp=e71cbb202f1d4c2acaddd1ca8abe616b4c5cee0c;p=openwrt-working-2016%2F.git malta: set CPU_TYPE:=24kc. There are instructions (e.g. wsbh) only available in MIPS32R2 which is the isa level used by many MIPS targets in OpenWrt. As we use the malta target mostly for development and testing purposes, setting the CPU_TYPE to 24Kc will make the emulation more real. The following is output from qemu-system-mipsel 2.3.0 root@OpenWrt:/# cat /proc/cpuinfo | grep 'cpu model\|isa' cpu model : MIPS 24Kc V0.0 FPU V0.0 isa : mips1 mips2 mips32r1 mips32r2 Signed-off-by: Yousong Zhou git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47324 3c298f89-4303-0410-b956-a3cf2f4a3e73 ---