Skip to content

Commit

Permalink
opensbi: update to contain shrinked version
Browse files Browse the repository at this point in the history
Update to have 2k smaller version of OpenSBI.

Signed-off-by: Eero Nurkkala <[email protected]>
  • Loading branch information
eenurkka committed Jun 27, 2023
1 parent 823faf5 commit 802bb0b
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 = 5546c21701b21eaf6c8b0bff551e77b1a241d8ef
OPENSBI_URL = https://github.com/tiiuae/opensbi/tarball
OPENSBI_TARBALL = opensbi.tar.gz
OPENSBI_DIR = tiiuae-opensbi-b18bb7c
OPENSBI_DIR = tiiuae-opensbi-5546c21

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

0 comments on commit 802bb0b

Please sign in to comment.