mkimg: update u-boot to v2023.04 (#14)
Fixes boot issue here (stucking at "Starting kernel...").
This commit is contained in:
parent
1b97fa1c83
commit
31fde4cce7
1 changed files with 1 additions and 3 deletions
4
mkimg
4
mkimg
|
@ -76,9 +76,7 @@ pushd u-boot
|
|||
git checkout master -- ':(top)'
|
||||
git checkout master
|
||||
git pull --rebase
|
||||
git checkout v2022.10
|
||||
msg2 "Apply binutils 2.38 compitible patch"
|
||||
git cherry-pick -n 1dde977518f13824b847e23275001191139bc384
|
||||
git checkout v2023.04
|
||||
|
||||
make \
|
||||
CROSS_COMPILE=riscv64-linux-gnu- \
|
||||
|
|
Loading…
Add table
Reference in a new issue