support/testing: fix Marvell ATF source code
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 23 Apr 2018 19:59:54 +0000 (21:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 25 Apr 2018 19:28:47 +0000 (21:28 +0200)
commitac260a2acec20f30705fdfd3911ff966c1f4a0df
treededa1a28da51116c208a27b04203a48af552f65f
parentc0f8d166214d54cedd4b3d09bccf5bb59205e301
support/testing: fix Marvell ATF source code

The version of the ARM Trusted Firmware from Marvell was a Git branch,
not a Git commit, leading to unreproducible results. So let's use a
Git commit instead, which is the latest available from the branch that
was previously used.

More specifically, this branch has recently seen a fix that is needed
for ATF to build properly with recent gcc versions:

  https://github.com/MarvellEmbeddedProcessors/atf-marvell/commit/c96ec59f8b819123a06e1839ab5578030cf263b0

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/boot/test_atf.py