Skip to content

Commit

Permalink
opensbi: update to contain shrinked version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnippula committed Jun 29, 2023
1 parent 046f627 commit c41f34b
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 @@ -37,10 +37,10 @@ INCLUDES += $(shell $(INCDIR) "$(CC)" $(ARCH_SRCDIR)$(DELIM)opensbi$(DELIM)open
SBI_DIR := opensbi

OPENSBI_UNPACK = opensbi-3rdparty
OPENSBI_COMMIT = b18bb7ce78d4e5504a9cbd8df7b57d795f489a0a
OPENSBI_COMMIT = a082fb83f218a647d2009b565e573dac8f179cb9
OPENSBI_URL = https://github.com/tiiuae/opensbi/tarball
OPENSBI_TARBALL = opensbi.tar.gz
OPENSBI_DIR = tiiuae-opensbi-b18bb7c
OPENSBI_DIR = tiiuae-opensbi-a082fb8

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

0 comments on commit c41f34b

Please sign in to comment.