Merge pull request #290 from fewtarius/dev

Fix u-boot for rk356x.
This commit is contained in:
fewtarius 2022-07-29 07:40:37 -04:00 committed by GitHub
commit 6cec07752d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ case ${DEVICE} in
;;
RG353P|RG503)
PKG_URL="${PKG_SITE}/rk356x-uboot.git"
PKG_VERSION="2988a90"
PKG_VERSION="ab7b555"
;;
esac