diff options
author | Robert Marko <robert.marko@sartura.hr> | 2022-09-27 10:58:50 +0200 |
---|---|---|
committer | Robert Marko <robert.marko@sartura.hr> | 2022-10-17 15:42:30 +0200 |
commit | 4f348a200b1f24085f5fddb32e9966ee56ad588c (patch) | |
tree | d9a2226b260fc49c416477bdae46121b55a8c15a /package/boot/uboot-mvebu/Makefile | |
parent | 689cfaeb7c37d7199f6e552bf32b0f996ea3040a (diff) | |
download | upstream-4f348a200b1f24085f5fddb32e9966ee56ad588c.tar.gz upstream-4f348a200b1f24085f5fddb32e9966ee56ad588c.tar.bz2 upstream-4f348a200b1f24085f5fddb32e9966ee56ad588c.zip |
uboot-mvebu: update to 2022.10
Update mvebu U-boot to 2022.10 to avoid backporting patches in order
to support Methode eDPU.
It also allows dropping existing patches as they are all backports.
Tested-by: Andre Heider <a.heider@gmail.com> # espressobin-v3-v5-1gb-2cs
Tested-by: Russell Morris <github@rkmorris.us> # espressobin-v3-v5-1gb-1cs
Tested-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [Turris Omnia]
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
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 5bf5d59b02..274cc641d9 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.07 +PKG_VERSION:=2022.10 PKG_RELEASE:=$(AUTORELEASE) -PKG_HASH:=92b08eb49c24da14c1adbf70a71ae8f37cc53eeb4230e859ad8b6733d13dcf5e +PKG_HASH:=50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |