From 1b78ebf6fe9531b9760b3e050ebee1b1733d3e42 Mon Sep 17 00:00:00 2001 From: ZiMing Mo Date: Fri, 23 Sep 2022 17:42:46 +0800 Subject: [PATCH] uboot-rk35xx: refresh PKG_HASH Signed-off-by: ZiMing Mo --- package/boot/uboot-rk35xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/uboot-rk35xx/Makefile b/package/boot/uboot-rk35xx/Makefile index 61cc24da12..326ac37bb3 100644 --- a/package/boot/uboot-rk35xx/Makefile +++ b/package/boot/uboot-rk35xx/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/radxa/u-boot.git PKG_SOURCE_DATE:=2022-04-21 PKG_SOURCE_VERSION:=19cefea3b8a7e22fa29b39367b04a8ab90c5c765 -PKG_MIRROR_HASH:=ba0f33b68ff4325d496e7ac1bb8f512b7d7b94a80070a1fdbda6e0dc9dc9c3e2 +PKG_MIRROR_HASH:=2f94d879a4fe9d25fbcba9f6f282edc9dc50f193be52f2c3073e2bf2ac0bd477 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk