fix(mkimg): rollback opensbi

Signed-off-by: Coelacanthus <coelacanthus@outlook.com>
This commit is contained in:
Coelacanthus 2022-07-28 16:22:43 +08:00
parent 96621efd80
commit 6791623ab7
No known key found for this signature in database
GPG key ID: E35C89E45867AE35

View file

@ -44,7 +44,9 @@ msg "Building OpenSBI..."
git clone https://github.com/riscv-software-src/opensbi
pushd opensbi
git checkout v1.1
git checkout v1.0
msg2 "Apply binutils 2.38 compitible patch"
git cherry-pick -n 5d53b55aa77ffeefd4012445dfa6ad3535e1ff2c
make \
CROSS_COMPILE=riscv64-linux-gnu- \