forked from nuttx/nuttx-update
risc-v/opensbi: update to version 1.0
OpenSBI recently introduced version 1.0. Use the latest version here as well. Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
This commit is contained in:
parent
845168ce12
commit
c87ae33459
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@ OPENSBI_ASRCS += opensbi/opensbi-3rdparty/lib/sbi/sbi_expected_trap.S
|
|||
OPENSBI_ASRCS += opensbi/opensbi-3rdparty/lib/sbi/sbi_hfence.S
|
||||
|
||||
OPENSBI_UNPACK = opensbi-3rdparty
|
||||
OPENSBI_COMMIT = 69d7e536138ae71a24028ca849d401a4d64d564b
|
||||
OPENSBI_COMMIT = 48f91ee9c960f048c4a7d1da4447d31e04931e38
|
||||
OPENSBI_URL = https://github.com/riscv-software-src/opensbi/tarball
|
||||
OPENSBI_TARBALL = opensbi.tar.gz
|
||||
OPENSBI_DIR = riscv-software-src-opensbi-69d7e53
|
||||
OPENSBI_DIR = riscv-software-src-opensbi-48f91ee
|
||||
|
||||
$(OPENSBI_TARBALL):
|
||||
$(Q) echo "Downloading: OpenSBI"
|
||||
|
|
Loading…
Reference in a new issue