feat: remove patch application during RAS related tests

Currently RAS Firmware First Handling(FFH) related tests has some
patches which were applied through CI scripts.

Remove these patch application as these patches are now be part of
tf-a code under PLATFORM_TEST_RAS_FFH macro.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I5f4ea9debb93a32ec6f9bec8040b67c7ad291421
diff --git a/tf_config/fvp-ras-ffh b/tf_config/fvp-ras-ffh
index b22ac2a..4c2063b 100644
--- a/tf_config/fvp-ras-ffh
+++ b/tf_config/fvp-ras-ffh
@@ -3,5 +3,6 @@
 FAULT_INJECTION_SUPPORT=1
 HANDLE_EA_EL3_FIRST_NS=1
 PLAT=fvp
+PLATFORM_TEST_RAS_FFH=1
 RAS_EXTENSION=1
 SDEI_SUPPORT=1