Skip to content

Commit

Permalink
Update opensbi to remove sbi_print_empty inlining
Browse files Browse the repository at this point in the history
Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Jan 28, 2025
1 parent 47c0bbe commit 74effc7
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 @@ -43,10 +43,10 @@ INCLUDES += ${INCDIR_PREFIX}$(ARCH_SRCDIR)$(DELIM)opensbi$(DELIM)opensbi-3rdpar
SBI_DIR := opensbi

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

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

0 comments on commit 74effc7

Please sign in to comment.