[openwrt/openwrt] uboot-mvebu: don't default to enable a3700 builds

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 11 10:38:35 EDT 2020


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1d234cfdfdfdf9c56e8c5ebadeda57997ad87dfe

commit 1d234cfdfdfdf9c56e8c5ebadeda57997ad87dfe
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Sun Sep 20 07:51:31 2020 +0200

    uboot-mvebu: don't default to enable a3700 builds
    
    u-boot binaries for this SoC are only required for the atf package,
    disable them per default so they don't get build unnecessarily.
    
    Signed-off-by: Andre Heider <a.heider at gmail.com>
---
 package/boot/uboot-mvebu/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
index 3ee1e985f9..903b9da5ff 100644
--- a/package/boot/uboot-mvebu/Makefile
+++ b/package/boot/uboot-mvebu/Makefile
@@ -38,14 +38,12 @@ endef
 
 define U-Boot/espressobin
   NAME:=Marvell ESPRESSObin
-  BUILD_DEVICES:=globalscale_espressobin globalscale_espressobin-v7
   BUILD_SUBTARGET:=cortexa53
   UBOOT_CONFIG:=mvebu_espressobin-88f3720
 endef
 
 define U-Boot/espressobin-emmc
   NAME:=Marvell ESPRESSObin
-  BUILD_DEVICES:=globalscale_espressobin-emmc globalscale_espressobin-v7-emmc
   BUILD_SUBTARGET:=cortexa53
   UBOOT_CONFIG:=mvebu_espressobin-88f3720
   UBOOT_MAKE_FLAGS+=DEVICE_TREE=armada-3720-espressobin-emmc
@@ -53,7 +51,6 @@ endef
 
 define U-Boot/uDPU
   NAME:=Methode uDPU
-  BUILD_DEVICES:=methode_udpu
   BUILD_SUBTARGET:=cortexa53
 endef
 



More information about the lede-commits mailing list