diff options
| author | Bin Meng <bmeng.cn@gmail.com> | 2019-09-06 09:19:57 -0700 |
|---|---|---|
| committer | Palmer Dabbelt <palmer@sifive.com> | 2019-09-17 08:42:45 -0700 |
| commit | 9baa9f7c9f651dfc7ee8a4abd46c4036f6841f64 (patch) | |
| tree | 72ac3aaa281290f7b7dcd8ba1e0948f090ec5283 /hw/riscv/sifive_u.c | |
| parent | 847b6388b1cc263cbd553b07abcc2cf3b75a4656 (diff) | |
| download | focaccia-qemu-9baa9f7c9f651dfc7ee8a4abd46c4036f6841f64.tar.gz focaccia-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/sifive_u.c')
| -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" |