Skip to content

Commit b9fd5a6

Browse files
mubinsyed2michalsimek
authored andcommitted
boards: amd: mbv32: Fix riscv,isa property
By default fd extensions are not enabled in MB-V core. As of now, source code is not working with these extensions, hence remove them from riscv,isa property. Also, while at it, update riscv,isa with zicsr and zifencei extensions (enabled in default MB-V core) Signed-off-by: Mubin Sayyed <[email protected]> Message-ID: <[email protected]> State: pending
1 parent 7a9fc67 commit b9fd5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/amd/mbv32/mbv32.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
compatible = "amd,mbv32", "riscv";
2424
device_type = "cpu";
2525
reg = <0>;
26-
riscv,isa = "rv32imafdc";
26+
riscv,isa = "rv32imac_zicsr_zifencei";
2727
i-cache-size = <32768>;
2828
d-cache-size = <32768>;
2929
clock-frequency = <100000000>;

0 commit comments

Comments
 (0)