hw/riscv: Move sifive_uart model to hw/char

This is an effort to clean up the hw/riscv directory. Ideally it
should only contain the RISC-V SoC / machine codes plus generic
codes. Let's move sifive_uart model to hw/char directory.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <1599129623-68957-9-git-send-email-bmeng.cn@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
Bin Meng 2020-09-03 18:40:19 +08:00 committed by Alistair Francis
parent 70eb9f9cd1
commit b609b7e319
8 changed files with 9 additions and 4 deletions

View file

@ -58,3 +58,6 @@ config AVR_USART
config MCHP_PFSOC_MMUART
bool
config SIFIVE_UART
bool