diff options
author | Andre Heider <a.heider@gmail.com> | 2020-09-20 07:51:31 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-11 16:38:16 +0200 |
commit | 1d234cfdfdfdf9c56e8c5ebadeda57997ad87dfe (patch) | |
tree | 13e81f0f005d0c765f68c3b5bd0073ddac4ad3cd /package/boot | |
parent | f06a60b734718d38a8123c45ab3a1cb6c92ab2d9 (diff) | |
download | upstream-1d234cfdfdfdf9c56e8c5ebadeda57997ad87dfe.tar.gz upstream-1d234cfdfdfdf9c56e8c5ebadeda57997ad87dfe.tar.bz2 upstream-1d234cfdfdfdf9c56e8c5ebadeda57997ad87dfe.zip |
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@gmail.com>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-mvebu/Makefile | 3 |
1 files changed, 0 insertions, 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 |