chore: update SPSR api following TF-A change

Change-Id: I4900ecccbe0f759d1d50149b2faa3e8a06129dbb
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
diff --git a/patch/unused_el2/run_tftf_at_el1 b/patch/unused_el2/run_tftf_at_el1
index 1108367..3cf0a0e 100644
--- a/patch/unused_el2/run_tftf_at_el1
+++ b/patch/unused_el2/run_tftf_at_el1
@@ -1,10 +1,10 @@
 diff --git a/plat/arm/common/arm_common.c b/plat/arm/common/arm_common.c
-index fc681149e..4ef0070b5 100644
+index d91bd3e8c..4dd6edeb7 100644
 --- a/plat/arm/common/arm_common.c
 +++ b/plat/arm/common/arm_common.c
-@@ -90,7 +90,7 @@ uint32_t arm_get_spsr_for_bl33_entry(void)
- 	uint32_t spsr;
+@@ -86,7 +86,7 @@ uint32_t arm_get_spsr(unsigned int image_id)
  
+ #ifdef __aarch64__
  	/* Figure out what mode we enter the non-secure world in */
 -	mode = (el_implemented(2) != EL_IMPL_NONE) ? MODE_EL2 : MODE_EL1;
 +	mode = MODE_EL1;