diff options
author | Oli Ze <olze@trustserv.de> | 2023-07-27 07:23:12 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-07-30 18:06:28 +0200 |
commit | 017827e2057a1f3ec27ea92d89cb0b86a9f893d1 (patch) | |
tree | a0cf2346ca9cd4248524df0c01ab48d5221aaa73 | |
parent | e0c4da1ff0c00f2c4d78025523c38ea6395175d9 (diff) | |
download | upstream-017827e2057a1f3ec27ea92d89cb0b86a9f893d1.tar.gz upstream-017827e2057a1f3ec27ea92d89cb0b86a9f893d1.tar.bz2 upstream-017827e2057a1f3ec27ea92d89cb0b86a9f893d1.zip |
uboot-mvebu: update to version 2023.07.02
Since 2021.07 multiple bugs were introduced that made it impossible to
create a bootable target for mvebu. Those issues should be now fixed since
2023.07-rc1.
References: #11661
Signed-off-by: Oli Ze <olze@trustserv.de>
Reviewed-by: Robert Marko <robimarko@gmail.com>
Tested-by: Andre Heider <a.heider@gmail.com> # espressobin-v3-v5-1gb-2cs
Signed-off-by: Petr Štetiar <ynezz@true.cz> [facelift]
(cherry picked from commit ba7d6dddc7d20222c1703b173ef50befefb3fb52)
-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 e3f1582f23..e6120959f6 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:=2023.01 +PKG_VERSION:=2023.07.02 PKG_RELEASE:=1 -PKG_HASH:=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f +PKG_HASH:=6b6a48581c14abb0f95bd87c1af4d740922406d7b801002a9f94727fdde021d5 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |