malta: relocate CPU_TYPE setting to subtarget makefiles

Move CPU_TYPE:=24kc (32-bit) from the top-level target makefile to the
be/le subtarget makefiles, which is consistent with the 64-bit subtargets.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
This commit is contained in:
Tony Ambardar 2020-08-16 13:07:30 -07:00 committed by Adrian Schmutzler
parent 6c85a449a9
commit 29804086ee
3 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk
BOARD:=malta
BOARDNAME:=MIPS Malta CoreLV board (qemu)
CPU_TYPE:=24kc
SUBTARGETS:=le be le64 be64
INITRAMFS_EXTRA_FILES:=
FEATURES:=cpiogz ext4 ramdisk squashfs targz

View File

@ -1,4 +1,5 @@
ARCH:=mips
CPU_TYPE:=24kc
SUBTARGET:=be
BOARDNAME:=Big Endian

View File

@ -1,4 +1,5 @@
ARCH:=mipsel
CPU_TYPE:=24kc
SUBTARGET:=le
FEATURES+=source-only
BOARDNAME:=Little Endian