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/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				\