marvell: update 'mv-ddr-marvell' sources to 02e23dbcf8dd22e038986052d99319a0eba8f25f

Upstream TF-A depends on latest public open source version of
mv-ddr-marvell from Marvell github repository available at:
https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell

Update scripts to use sources from git repository from git revision:
02e23dbcf8dd22e038986052d99319a0eba8f25f

New tarball version has to be created by calling following commands:

    $ git clone https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git
    $ git -C mv-ddr-marvell checkout 02e23dbcf8dd22e038986052d99319a0eba8f25f
    $ tar -czf mv-ddr-marvell-02e23dbcf8dd22e038986052d99319a0eba8f25f.tar.gz mv-ddr-marvell

Signed-off-by: Pali Rohár <pali@kernel.org>
Change-Id: I2bd05d42c4190da22e1135bc903dfc928b1c8a15
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index f615da9..3cf48dd 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -367,8 +367,8 @@
 
 # Source files from mv-ddr-marvell repository are necessary
 # to build below four platforms
-wget https://downloads.trustedfirmware.org/tf-a/mv-ddr-marvell/mv-ddr-marvell-fae3f6c98230ae51a78e248af5de96fac97a8fca.tar.gz 2> /dev/null
-tar -xzf mv-ddr-marvell-fae3f6c98230ae51a78e248af5de96fac97a8fca.tar.gz 2> /dev/null
+wget https://downloads.trustedfirmware.org/tf-a/mv-ddr-marvell/mv-ddr-marvell-02e23dbcf8dd22e038986052d99319a0eba8f25f.tar.gz 2> /dev/null
+tar -xzf mv-ddr-marvell-02e23dbcf8dd22e038986052d99319a0eba8f25f.tar.gz 2> /dev/null
 mv mv-ddr-marvell drivers/marvell/mv_ddr
 
 # These platforms from Marvell have dependency on GCC-6.2.1 toolchain