Initial commit
This commit is contained in:
8
target/linux/malta/le64/config-default
Normal file
8
target/linux/malta/le64/config-default
Normal file
@@ -0,0 +1,8 @@
|
||||
# CONFIG_32BIT is not set
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_ARCH_MMAP_RND_BITS=12
|
||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
||||
CONFIG_CPU_MIPS64_R2=y
|
||||
# CONFIG_MIPS32_N32 is not set
|
||||
# CONFIG_MIPS32_O32 is not set
|
||||
# CONFIG_MIPS_VA_BITS_48 is not set
|
||||
10
target/linux/malta/le64/target.mk
Normal file
10
target/linux/malta/le64/target.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
ARCH:=mips64el
|
||||
CPU_TYPE:=mips64r2
|
||||
SUBTARGET:=le64
|
||||
FEATURES+=source-only
|
||||
BOARDNAME:=Little Endian (64-bits)
|
||||
|
||||
define Target/Description
|
||||
Build LE firmware images for MIPS Malta CoreLV board running in
|
||||
little-endian and 64-bits mode
|
||||
endef
|
||||
Reference in New Issue
Block a user