blob: badea1945d291e335c77e0fc3620a5b5c05d8636 (
plain)
1
2
3
4
5
6
7
8
9
|
ARCH:=mips64el
SUBTARGET:=le64
BOARDNAME:=Little Endian (64-bits)
FEATURES:=ramdisk
define Target/Description
Build LE firmware images for MIPS Malta CoreLV board running in
little-endian and 64-bits mode
endef
|