marvell: a8k: build also mrvl_flash target

Target mrvl_flash build final flashable image (see documentation).

Signed-off-by: Pali Rohár <pali@kernel.org>
Change-Id: I0fef441422d346d2ce940a2cd62b03d84824ab51
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 3cf48dd..b325203 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -373,17 +373,17 @@
 
 # These platforms from Marvell have dependency on GCC-6.2.1 toolchain
 make PLAT=a80x0 DEBUG=1 SCP_BL2=/dev/null \
-    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all
+    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all mrvl_flash
 make PLAT=a80x0_mcbin DEBUG=1 SCP_BL2=/dev/null \
-    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all
+    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all mrvl_flash
 make PLAT=a70x0 DEBUG=1 SCP_BL2=/dev/null \
-    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all
+    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all mrvl_flash
 make PLAT=a70x0_amc DEBUG=1 SCP_BL2=/dev/null \
-    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all
+    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all mrvl_flash
 make PLAT=a80x0_puzzle DEBUG=1 SCP_BL2=/dev/null \
-    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all
+    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all mrvl_flash
 make PLAT=t9130 DEBUG=1 SCP_BL2=/dev/null \
-    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all
+    CROSS_COMPILE="$(set_cross_compile_gcc_linaro_toolchain)" all mrvl_flash
 
 # Removing the source files
 rm -rf drivers/marvell/mv_ddr 2> /dev/null