Skip to content

Commit cbdd869

Browse files
committed
include: sbi: Change spec version to 2.0
Now that SBI v2.0 specification is frozen, we change spec version implemented by OpenSBI to v2.0. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
1 parent ec0559e commit cbdd869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sbi/sbi_ecall.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <sbi/sbi_types.h>
1414
#include <sbi/sbi_list.h>
1515

16-
#define SBI_ECALL_VERSION_MAJOR 1
16+
#define SBI_ECALL_VERSION_MAJOR 2
1717
#define SBI_ECALL_VERSION_MINOR 0
1818
#define SBI_OPENSBI_IMPID 1
1919

0 commit comments

Comments
 (0)