Acknowledge that FWU tests do not work on AEM FVP revC

Mention this as a known issue in the change log.

Also update the run_fwu_fvp.sh script to invoke the revB version
of the FVP rather than the revC.

Change-Id: I58957f4ac3ee37e054fe33bfb246c6f6fc689fdd
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
diff --git a/docs/change-log.rst b/docs/change-log.rst
index 912a35a..190b582 100644
--- a/docs/change-log.rst
+++ b/docs/change-log.rst
@@ -191,6 +191,9 @@
 FWU images
 ``````````
 
+-  The FWU tests do not work on the revC of the Base AEM FVP. They only work on
+   the revB.
+
 -  NS-BL1U and NS-BL2U images reuse TFTF-specific code for legacy reasons. This
    is not a clean design and may cause confusion.
 
diff --git a/scripts/run_fwu_fvp.sh b/scripts/run_fwu_fvp.sh
index a47365e..bfbc07f 100755
--- a/scripts/run_fwu_fvp.sh
+++ b/scripts/run_fwu_fvp.sh
@@ -23,7 +23,7 @@
 # Chosen topology: 2 clusters of 4 cores each.
 # Power on core 0 only.
 # Load all binaries at the right addresses.
-FVP_Base_RevC-2xAEMv8A					\
+FVP_Base_AEMv8A-AEMv8A					\
     -C cluster0.NUM_CORES=4				\
     -C cluster1.NUM_CORES=4				\
     -C pctl.startup=0.0.0.0				\