dts: riscv: litex: remove atomic extention
remove atomic extention, as the standard vexriscv has no A. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
38b0460de3
commit
3a843f924b
2 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
compatible = "litex,vexriscv-standard", "riscv";
|
||||
device_type = "cpu";
|
||||
reg = <0>;
|
||||
riscv,isa = "rv32ima_zicsr_zifencei";
|
||||
riscv,isa = "rv32im_zicsr_zifencei";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,7 +7,6 @@ config SOC_LITEX_VEXRISCV
|
|||
select INCLUDE_RESET_VECTOR
|
||||
select RISCV_ISA_RV32I
|
||||
select RISCV_ISA_EXT_M
|
||||
select RISCV_ISA_EXT_A
|
||||
select RISCV_ISA_EXT_ZICSR
|
||||
select RISCV_ISA_EXT_ZIFENCEI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue