mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
aa45f75eaf
Now the user can separately select the CPU type. Thus the targets qemu_mips and qemu_mips64 can be merged to a single target. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
10 lines
152 B
Text
10 lines
152 B
Text
if TARGET_QEMU_MIPS
|
|
|
|
config SYS_BOARD
|
|
default "qemu-mips"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "qemu-mips" if 32BIT
|
|
default "qemu-mips64" if 64BIT
|
|
|
|
endif
|