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] 87ac4b4b4c

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer 2023-01-12 17:27:14 +01:00 committed by Hauke Mehrtens
parent e846606900
commit 2f83369e3e
1 changed files with 5 additions and 5 deletions

View File

@ -8,10 +8,10 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
PKG_VERSION:=2022.10 PKG_VERSION:=2023.01
PKG_RELEASE:=$(AUTORELEASE) PKG_RELEASE:=$(AUTORELEASE)
PKG_HASH:=50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8 PKG_HASH:=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f
include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/u-boot.mk
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -26,14 +26,14 @@ define U-Boot/clearfog
NAME:=SolidRun ClearFog A1 NAME:=SolidRun ClearFog A1
BUILD_DEVICES:=solidrun_clearfog-base-a1 solidrun_clearfog-pro-a1 BUILD_DEVICES:=solidrun_clearfog-base-a1 solidrun_clearfog-pro-a1
BUILD_SUBTARGET:=cortexa9 BUILD_SUBTARGET:=cortexa9
UBOOT_IMAGE:=u-boot-spl.kwb UBOOT_IMAGE:=u-boot-with-spl.kwb
endef endef
define U-Boot/helios4 define U-Boot/helios4
NAME:=Kobol Helios 4 NAME:=Kobol Helios 4
BUILD_DEVICES:=kobol_helios4 BUILD_DEVICES:=kobol_helios4
BUILD_SUBTARGET:=cortexa9 BUILD_SUBTARGET:=cortexa9
UBOOT_IMAGE:=u-boot-spl.kwb UBOOT_IMAGE:=u-boot-with-spl.kwb
endef endef
define U-Boot/omnia define U-Boot/omnia
@ -41,7 +41,7 @@ define U-Boot/omnia
BUILD_DEVICES:=cznic_turris-omnia BUILD_DEVICES:=cznic_turris-omnia
BUILD_SUBTARGET:=cortexa9 BUILD_SUBTARGET:=cortexa9
UBOOT_CONFIG:=turris_omnia UBOOT_CONFIG:=turris_omnia
UBOOT_IMAGE:=u-boot-spl.kwb UBOOT_IMAGE:=u-boot-with-spl.kwb
endef endef
define U-Boot/espressobin define U-Boot/espressobin