mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
26 lines
295 B
Text
26 lines
295 B
Text
|
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
|