aboutsummaryrefslogtreecommitdiff
path: root/plat/marvell/armada
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2020-10-08 15:19:26 +0200
committerPali Rohár <pali@kernel.org>2020-10-16 13:35:03 +0200
commitfb28d5254d0e56308674a48b164943172a86a32d (patch)
treefa75d0485f3f77b93e84b1bbcb7564632b079010 /plat/marvell/armada
parenteeb77da64684424ef275330e3e15d8350ecc1b07 (diff)
downloadtrusted-firmware-a-fb28d5254d0e56308674a48b164943172a86a32d.tar.gz
plat: marvell: armada: Fix dependences for target fip
For building fip image it is not needed to build target mrvl_flash. This fip image contains only bl2, bl31 and bl33 (u-boot.bin) images and therefore it does not depend on Marvell wtmi and wtp A3700-utils. So remove mrvl_flash dependency for fip target to allow building fip image without need to build mrvl_flash and therefore specify and provide Marvell wmi and wtp A3700-utils. This changes fixes compilation of fip image for A3700 platform by command: make CROSS_COMPILE=aarch64-linux-gnu- BL33=/path/u-boot/u-boot.bin \ DEBUG=0 LOG_LEVEL=0 USE_COHERENT_MEM=0 PLAT=a3700 fip Marvell boot image can be still build by 'mrvl_flash' target. Signed-off-by: Pali Rohár <pali@kernel.org> Change-Id: Iba9a9da5be6fd1da23407fc2d490aedcb1a292c9
Diffstat (limited to 'plat/marvell/armada')
-rw-r--r--plat/marvell/armada/common/marvell_common.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/plat/marvell/armada/common/marvell_common.mk b/plat/marvell/armada/common/marvell_common.mk
index 2e96e2f84b..07864e42f7 100644
--- a/plat/marvell/armada/common/marvell_common.mk
+++ b/plat/marvell/armada/common/marvell_common.mk
@@ -86,5 +86,3 @@ endif
ifeq (${MSS_SUPPORT}, 1)
include $(MARVELL_PLAT_BASE)/common/mss/mss_common.mk
endif
-
-fip: mrvl_flash