u-boot: update to v2021.01-rc4

Required for sunxi crust support.
This commit is contained in:
Andre Heider 2020-12-13 08:20:08 +01:00
parent 5435fff9c0
commit e83096fb7b

View File

@ -29,8 +29,8 @@ case "$PROJECT" in
PKG_PATCH_DIRS="rockchip"
;;
*)
PKG_VERSION="v2020.10"
PKG_SHA256="0c022ca6796aa8c0689faae8b515eb62ac84519c31de3153257a9ee0f446618f"
PKG_VERSION="v2021.01-rc4"
PKG_SHA256="9e05a96f0cac4f8b6fdea5cdf10f0d814e6a0d7141243a6eb9862385c7ddeb14"
PKG_URL="https://github.com/u-boot/u-boot/archive/$PKG_VERSION.tar.gz"
;;
esac