26 lines
295 B
Plaintext
26 lines
295 B
Plaintext
|
if TARGET_QEMU_MIPS
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "mips32"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "qemu-mips"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "qemu-mips"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_QEMU_MIPS64
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "mips64"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "qemu-mips"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "qemu-mips64"
|
||
|
|
||
|
endif
|