diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-01-12 17:27:14 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-17 23:17:33 +0100 |
commit | 2f83369e3e97de1e209b196820b05b47016c9df0 (patch) | |
tree | 4838db8492e152e116391519337a05f5b5825896 /package/boot | |
parent | e846606900021dec9975e7908f505bf3a15d70c6 (diff) | |
download | upstream-2f83369e3e97de1e209b196820b05b47016c9df0.tar.gz upstream-2f83369e3e97de1e209b196820b05b47016c9df0.tar.bz2 upstream-2f83369e3e97de1e209b196820b05b47016c9df0.zip |
uboot-mvebu: update to version 2023.01
In the version 2023.01, the U-boot image was renamed because of the
upstream change [1]
[1] https://source.denx.de/u-boot/u-boot/-/commit/87ac4b4b4ca5f00e2ddcdac41c9dc691ab2aecf1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-mvebu/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index 5075dce2ab..c6b2133c22 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.10 +PKG_VERSION:=2023.01 PKG_RELEASE:=$(AUTORELEASE) -PKG_HASH:=50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8 +PKG_HASH:=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk @@ -26,14 +26,14 @@ define U-Boot/clearfog NAME:=SolidRun ClearFog A1 BUILD_DEVICES:=solidrun_clearfog-base-a1 solidrun_clearfog-pro-a1 BUILD_SUBTARGET:=cortexa9 - UBOOT_IMAGE:=u-boot-spl.kwb + UBOOT_IMAGE:=u-boot-with-spl.kwb endef define U-Boot/helios4 NAME:=Kobol Helios 4 BUILD_DEVICES:=kobol_helios4 BUILD_SUBTARGET:=cortexa9 - UBOOT_IMAGE:=u-boot-spl.kwb + UBOOT_IMAGE:=u-boot-with-spl.kwb endef define U-Boot/omnia @@ -41,7 +41,7 @@ define U-Boot/omnia BUILD_DEVICES:=cznic_turris-omnia BUILD_SUBTARGET:=cortexa9 UBOOT_CONFIG:=turris_omnia - UBOOT_IMAGE:=u-boot-spl.kwb + UBOOT_IMAGE:=u-boot-with-spl.kwb endef define U-Boot/espressobin |