From a9c20d56f1f4e310f154b793df9d4163c34b5b23 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sun, 17 Jan 2021 08:35:32 +0100 Subject: uboot-mvebu: update to v2021.01 u-boot now detects emmc variants at runtime, we don't need to build seperate binaries anymore. Signed-off-by: Andre Heider --- package/boot/uboot-mvebu/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'package/boot/uboot-mvebu/Makefile') diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index 25dd2526e5..37e93d1f51 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:=2020.10 +PKG_VERSION:=2021.01 PKG_RELEASE:=1 -PKG_HASH:=0d481bbdc05c0ee74908ec2f56a6daa53166cc6a78a0e4fac2ac5d025770a622 +PKG_HASH:=b407e1510a74e863b8b5cb42a24625344f0e0c2fc7582d8c866bd899367d0454 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk @@ -42,13 +42,6 @@ define U-Boot/espressobin UBOOT_CONFIG:=mvebu_espressobin-88f3720 endef -define U-Boot/espressobin-emmc - NAME:=Marvell ESPRESSObin - BUILD_SUBTARGET:=cortexa53 - UBOOT_CONFIG:=mvebu_espressobin-88f3720 - UBOOT_MAKE_FLAGS+=DEVICE_TREE=armada-3720-espressobin-emmc -endef - define U-Boot/uDPU NAME:=Methode uDPU BUILD_SUBTARGET:=cortexa53 @@ -58,7 +51,6 @@ UBOOT_TARGETS:= \ clearfog \ helios4 \ espressobin \ - espressobin-emmc \ uDPU Build/Exports:=$(Host/Exports) -- cgit v1.2.3