diff options
| author | Tom Rini <[email protected]> | 2022-05-27 08:50:42 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-05-27 08:50:42 -0400 |
| commit | 4fe629d2e8bbda5f265e870d771b92be26e885f6 (patch) | |
| tree | cba5de7321cad9a8584c50c651a840f6728dde8f /cmd | |
| parent | 0fdc468b069b09bf176fe0255f3ef88f88ef3be0 (diff) | |
| parent | c544b281cd3e549a4fcbf4ba9a05a5d72c9557dd (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/riscv/sbi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c index 8fc8ab0ac51..ee11e0f88e4 100644 --- a/cmd/riscv/sbi.c +++ b/cmd/riscv/sbi.c @@ -26,6 +26,7 @@ static struct sbi_imp implementations[] = { { 3, "KVM" }, { 4, "RustSBI" }, { 5, "Diosix" }, + { 6, "Coffer" }, }; static struct sbi_ext extensions[] = { |
