coverity: Allwinner sun50i_h616 platform build

Add coverity build for recently introduced Allwinner sun50i_h616
platform.

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I3ee6833c36da359a04f383dc6ed05f3babfaac42
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 2f85f95..4389384 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -315,6 +315,7 @@
 # Platforms from Allwinner
 make PLAT=sun50i_a64 $(common_flags) all
 make PLAT=sun50i_h6 $(common_flags) all
+make PLAT=sun50i_h616 $(common_flags) all
 
 # Platforms from i.MX
 make AARCH32_SP=optee ARCH=aarch32 ARM_ARCH_MAJOR=7 ARM_CORTEX_A7=yes \