hw/intc: sifive_plic: Drop PLICMode_H
H-mode has been removed since priv spec 1.10. Drop it. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20221211030829.802437-6-bmeng@tinylab.org> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
391eafebbc
commit
2904dc1c1e
@ -42,7 +42,6 @@ static PLICMode char_to_mode(char c)
|
||||
switch (c) {
|
||||
case 'U': return PLICMode_U;
|
||||
case 'S': return PLICMode_S;
|
||||
case 'H': return PLICMode_H;
|
||||
case 'M': return PLICMode_M;
|
||||
default:
|
||||
error_report("plic: invalid mode '%c'", c);
|
||||
|
@ -33,7 +33,6 @@ DECLARE_INSTANCE_CHECKER(SiFivePLICState, SIFIVE_PLIC,
|
||||
typedef enum PLICMode {
|
||||
PLICMode_U,
|
||||
PLICMode_S,
|
||||
PLICMode_H,
|
||||
PLICMode_M
|
||||
} PLICMode;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user