fix(mkimg): rollback opensbi
Signed-off-by: Coelacanthus <coelacanthus@outlook.com>
This commit is contained in:
parent
96621efd80
commit
6791623ab7
1 changed files with 3 additions and 1 deletions
4
mkimg.sh
4
mkimg.sh
|
@ -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- \
|
||||
|
|
Loading…
Add table
Reference in a new issue