mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
MIPS: malta: add defconfigs for MIPS64
Add defconfigs for recently introduced MIPS64 support on Malta boards to get more build coverage for MIPS64. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
parent
fb64cda579
commit
d58de3157e
2 changed files with 33 additions and 0 deletions
16
configs/malta64_defconfig
Normal file
16
configs/malta64_defconfig
Normal file
|
@ -0,0 +1,16 @@
|
|||
CONFIG_MIPS=y
|
||||
CONFIG_TARGET_MALTA=y
|
||||
CONFIG_CPU_MIPS64_R2=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="mti,malta"
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_SYS_PROMPT="malta # "
|
||||
# CONFIG_CMD_LOADB is not set
|
||||
# CONFIG_CMD_LOADS is not set
|
||||
# CONFIG_CMD_FPGA is not set
|
||||
# CONFIG_CMD_SETEXPR is not set
|
||||
CONFIG_CMD_DHCP=y
|
||||
# CONFIG_CMD_NFS is not set
|
||||
CONFIG_CMD_PING=y
|
||||
CONFIG_OF_EMBED=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_USE_PRIVATE_LIBGCC=y
|
17
configs/malta64el_defconfig
Normal file
17
configs/malta64el_defconfig
Normal file
|
@ -0,0 +1,17 @@
|
|||
CONFIG_MIPS=y
|
||||
CONFIG_TARGET_MALTA=y
|
||||
CONFIG_SYS_LITTLE_ENDIAN=y
|
||||
CONFIG_CPU_MIPS64_R2=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="mti,malta"
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_SYS_PROMPT="maltael # "
|
||||
# CONFIG_CMD_LOADB is not set
|
||||
# CONFIG_CMD_LOADS is not set
|
||||
# CONFIG_CMD_FPGA is not set
|
||||
# CONFIG_CMD_SETEXPR is not set
|
||||
CONFIG_CMD_DHCP=y
|
||||
# CONFIG_CMD_NFS is not set
|
||||
CONFIG_CMD_PING=y
|
||||
CONFIG_OF_EMBED=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_USE_PRIVATE_LIBGCC=y
|
Loading…
Reference in a new issue