32 lines
343 B
Plaintext
32 lines
343 B
Plaintext
if TARGET_QEMU_MIPS
|
|
|
|
config SYS_CPU
|
|
string
|
|
default "mips32"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "qemu-mips"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "qemu-mips"
|
|
|
|
endif
|
|
|
|
if TARGET_QEMU_MIPS64
|
|
|
|
config SYS_CPU
|
|
string
|
|
default "mips64"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "qemu-mips"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "qemu-mips64"
|
|
|
|
endif
|