Bin Meng | 510e379 | 2018-09-26 06:55:21 -0700 | [diff] [blame] | 1 | if TARGET_QEMU_VIRT |
2 | |||||
3 | config SYS_BOARD | ||||
4 | default "qemu-riscv" | ||||
5 | |||||
6 | config SYS_VENDOR | ||||
7 | default "emulation" | ||||
8 | |||||
9 | config SYS_CPU | ||||
10 | default "qemu" | ||||
11 | |||||
12 | config SYS_CONFIG_NAME | ||||
13 | default "qemu-riscv" | ||||
14 | |||||
15 | config SYS_TEXT_BASE | ||||
16 | default 0x80000000 | ||||
17 | |||||
18 | config BOARD_SPECIFIC_OPTIONS # dummy | ||||
19 | def_bool y | ||||
20 | imply SYS_NS16550 | ||||
21 | |||||
22 | endif |