mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 14:27:17 +00:00
32 lines
343 B
Text
32 lines
343 B
Text
|
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
|