From 5bb3936212a393b3ffbd4ac5731e4aaab563c949 Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Mon, 24 Jan 2022 08:47:01 +0200 Subject: [PATCH] arch/risc-v/src/opensbi: Update 3rd party opensbi version into Make.defs This fixes build errors with more strict compiler settings Signed-off-by: Jukka Laitinen --- arch/risc-v/src/opensbi/Make.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/risc-v/src/opensbi/Make.defs b/arch/risc-v/src/opensbi/Make.defs index 0e1d83fd0f7..80c2070d9d0 100644 --- a/arch/risc-v/src/opensbi/Make.defs +++ b/arch/risc-v/src/opensbi/Make.defs @@ -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 = 48f91ee9c960f048c4a7d1da4447d31e04931e38 +OPENSBI_COMMIT = 5d025eb2353550eadbd2fa9b8083a92fe9b07bd9 OPENSBI_URL = https://github.com/riscv-software-src/opensbi/tarball OPENSBI_TARBALL = opensbi.tar.gz -OPENSBI_DIR = riscv-software-src-opensbi-48f91ee +OPENSBI_DIR = riscv-software-src-opensbi-5d025eb $(OPENSBI_TARBALL): $(Q) echo "Downloading: OpenSBI"