diff options
author | Andre Heider <a.heider@gmail.com> | 2021-01-17 08:35:32 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-30 14:46:32 +0100 |
commit | a9c20d56f1f4e310f154b793df9d4163c34b5b23 (patch) | |
tree | 2cafb6c2fcdcb8fd9218a38eef2407fb7e5c80f7 /package/boot/uboot-mvebu/Makefile | |
parent | 00bf2c0cbe1c6c9625dbb7a6a58042a08539f073 (diff) | |
download | upstream-a9c20d56f1f4e310f154b793df9d4163c34b5b23.tar.gz upstream-a9c20d56f1f4e310f154b793df9d4163c34b5b23.tar.bz2 upstream-a9c20d56f1f4e310f154b793df9d4163c34b5b23.zip |
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 <a.heider@gmail.com>
Diffstat (limited to 'package/boot/uboot-mvebu/Makefile')
-rw-r--r-- | package/boot/uboot-mvebu/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
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) |