Skip to content

Commit

Permalink
Replace opensbi with tiiuae version
Browse files Browse the repository at this point in the history
Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Feb 13, 2024
1 parent 996e320 commit 2a9b792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/risc-v/src/opensbi/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ SBI_DIR := opensbi

OPENSBI_UNPACK = opensbi-3rdparty
OPENSBI_COMMIT = fbaaafe808f3da7745760d757c436ef1b293d3ed
OPENSBI_URL = https://github.com/riscv-software-src/opensbi/tarball
OPENSBI_URL = https://github.com/tiiuae/opensbi/tarball
OPENSBI_TARBALL = opensbi.tar.gz
OPENSBI_DIR = riscv-software-src-opensbi-fbaaafe
OPENSBI_DIR = tiiuae-opensbi-fbaaafe

$(OPENSBI_TARBALL):
$(call DOWNLOAD,$(OPENSBI_URL),$(OPENSBI_COMMIT),opensbi/$(OPENSBI_TARBALL))
Expand Down

0 comments on commit 2a9b792

Please sign in to comment.