fix(morello): use TARGET_PLATFORM instead of PLAT_FVP
In Morello platform, TARGET_PLATFORM build flag is used
to differentiate between the Morello FVP and Morello SoC
platform.
Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
Change-Id: I0e1fbf1a783aa9f9285ca21d46fee32c22b06fc5
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index aefe31b..7fc1ded 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -274,7 +274,7 @@
#
# Morello platform
#
-make $(common_flags) PLAT=morello PLAT_FVP=1 ${ARM_TBB_OPTIONS} all
+make $(common_flags) PLAT=morello TARGET_PLATFORM=fvp ${ARM_TBB_OPTIONS} all
#
# diphda Platform