aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mvebu/Makefile
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2022-07-11 19:49:21 +0200
committerChristian Lamparter <chunkeey@gmail.com>2022-08-06 22:25:43 +0200
commit39ac29a68aba382f052214c18d2da60bd4816fbe (patch)
tree95a38d9f7013999b9695098d4542d94302fed625 /package/boot/uboot-mvebu/Makefile
parentec8b5cf0e6a858938f409f4bad138a95a1de78e5 (diff)
downloadupstream-39ac29a68aba382f052214c18d2da60bd4816fbe.tar.gz
upstream-39ac29a68aba382f052214c18d2da60bd4816fbe.tar.bz2
upstream-39ac29a68aba382f052214c18d2da60bd4816fbe.zip
uboot-mvebu: update to v2022.07
- Release announcement: https://lore.kernel.org/u-boot/20220711134339.GV1146598@bill-the-cat/ - Changes between 2022.04 and 2022.07: https://source.denx.de/u-boot/u-boot/-/compare/v2022.04...v2022.07?from_project_id=531 Remove one upstreamed patch and add patch to fix issue with sunxi tool as it uses function from newer version libressl (3.5.0). Signed-off-by: Andre Heider <a.heider@gmail.com> Tested-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [Turris Omnia] (cherry picked from commit 24bf6813bad98a8eba5430ed5e4da89d54797274) Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [Improve commit message]
Diffstat (limited to 'package/boot/uboot-mvebu/Makefile')
-rw-r--r--package/boot/uboot-mvebu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
index 25abcbeb4f..5bf5d59b02 100644
--- a/package/boot/uboot-mvebu/Makefile
+++ b/package/boot/uboot-mvebu/Makefile
@@ -8,10 +8,10 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
-PKG_VERSION:=2022.04
+PKG_VERSION:=2022.07
PKG_RELEASE:=$(AUTORELEASE)
-PKG_HASH:=68e065413926778e276ec3abd28bb32fa82abaa4a6898d570c1f48fbdb08bcd0
+PKG_HASH:=92b08eb49c24da14c1adbf70a71ae8f37cc53eeb4230e859ad8b6733d13dcf5e
include $(INCLUDE_DIR)/u-boot.mk
include $(INCLUDE_DIR)/package.mk