mkimg: update u-boot to v2023.04 (#14)

Fixes boot issue here (stucking at "Starting kernel...").
This commit is contained in:
Felix Yan 2023-04-19 10:50:17 +03:00 committed by GitHub
parent 1b97fa1c83
commit 31fde4cce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
mkimg
View file

@ -76,9 +76,7 @@ pushd u-boot
git checkout master -- ':(top)' git checkout master -- ':(top)'
git checkout master git checkout master
git pull --rebase git pull --rebase
git checkout v2022.10 git checkout v2023.04
msg2 "Apply binutils 2.38 compitible patch"
git cherry-pick -n 1dde977518f13824b847e23275001191139bc384
make \ make \
CROSS_COMPILE=riscv64-linux-gnu- \ CROSS_COMPILE=riscv64-linux-gnu- \