mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
23 lines
297 B
Text
23 lines
297 B
Text
|
if TARGET_QEMU_VIRT
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "qemu-riscv"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "emulation"
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "qemu"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "qemu-riscv"
|
||
|
|
||
|
config SYS_TEXT_BASE
|
||
|
default 0x80000000
|
||
|
|
||
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||
|
def_bool y
|
||
|
imply SYS_NS16550
|
||
|
|
||
|
endif
|