diff options
author | Bin Meng | 2019-09-06 18:19:57 +0200 |
---|---|---|
committer | Palmer Dabbelt | 2019-09-17 17:42:45 +0200 |
commit | 9baa9f7c9f651dfc7ee8a4abd46c4036f6841f64 (patch) | |
tree | 72ac3aaa281290f7b7dcd8ba1e0948f090ec5283 /hw/riscv | |
parent | riscv: roms: Remove executable attribute of opensbi images (diff) | |
download | qemu-9baa9f7c9f651dfc7ee8a4abd46c4036f6841f64.tar.gz qemu-9baa9f7c9f651dfc7ee8a4abd46c4036f6841f64.tar.xz qemu-9baa9f7c9f651dfc7ee8a4abd46c4036f6841f64.zip |
riscv: sifive_u: Remove the unnecessary include of prci header
sifive_u machine does not use PRCI as of today. Remove the prci
header inclusion.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'hw/riscv')
-rw-r--r-- | hw/riscv/sifive_u.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/riscv/sifive_u.c b/hw/riscv/sifive_u.c index 32d8cee335..2947e06f71 100644 --- a/hw/riscv/sifive_u.c +++ b/hw/riscv/sifive_u.c @@ -38,7 +38,6 @@ #include "hw/riscv/sifive_plic.h" #include "hw/riscv/sifive_clint.h" #include "hw/riscv/sifive_uart.h" -#include "hw/riscv/sifive_prci.h" #include "hw/riscv/sifive_u.h" #include "hw/riscv/boot.h" #include "chardev/char.h" |