mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/riscv: Move sifive_u_prci model to hw/misc
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_u_prci model to hw/misc directory. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <1599129623-68957-3-git-send-email-bmeng.cn@gmail.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
89ece6f76f
commit
9fe640a53d
7 changed files with 7 additions and 3 deletions
|
@ -24,6 +24,7 @@ config SIFIVE_U
|
|||
select HART
|
||||
select SIFIVE
|
||||
select SIFIVE_PDMA
|
||||
select SIFIVE_U_PRCI
|
||||
select UNIMP
|
||||
|
||||
config SPIKE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue