diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-04-28 13:34:35 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-06-14 21:41:35 +0200 |
commit | 3a02b8a29fff706794cba68e3c821b82fe76d719 (patch) | |
tree | dd9a00ee27064d6883c107a68984e12192002d8f /package/boot/uboot-mvebu/Makefile | |
parent | b65e4d7c5fcc50325b063725f75ab476552d97a6 (diff) | |
download | upstream-3a02b8a29fff706794cba68e3c821b82fe76d719.tar.gz upstream-3a02b8a29fff706794cba68e3c821b82fe76d719.tar.bz2 upstream-3a02b8a29fff706794cba68e3c821b82fe76d719.zip |
uboot-mvebu: update to version v2022.04
Release announcement:
https://lore.kernel.org/u-boot/20220404143253.GQ14476@bill-the-cat/
Release notes between tags:
https://source.denx.de/u-boot/u-boot/-/compare/v2022.01...v2022.04?from_project_id=531
All patches were removed, since they are included in this release.
Run tested: Turris Omnia, mvebu/cortex-a9, OpenWrt daily snapshots
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 4f51f1fc9b3597d24de442cfff253fddce478d17)
Diffstat (limited to 'package/boot/uboot-mvebu/Makefile')
-rw-r--r-- | package/boot/uboot-mvebu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index a154d15dc1..25abcbeb4f 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.01 +PKG_VERSION:=2022.04 PKG_RELEASE:=$(AUTORELEASE) -PKG_HASH:=81b4543227db228c03f8a1bf5ddbc813b0bb8f6555ce46064ef721a6fc680413 +PKG_HASH:=68e065413926778e276ec3abd28bb32fa82abaa4a6898d570c1f48fbdb08bcd0 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |