fix: regenerate do_panic patches

commit(bd62ce98 refactor(aarch64): rename do_panic and el3_panic)
renamed do_panic to el3_panic, So regenerate patches with new naming
el3_panic.

Change-Id: Iabf9297e372cff6c9c122b9fe61a9ef2b28385a6
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
diff --git a/patch/readonly_xlat_tables/sp_min_data_abort_print_panic_message.patch b/patch/readonly_xlat_tables/sp_min_data_abort_print_panic_message.patch
index 3955389..670e1bd 100644
--- a/patch/readonly_xlat_tables/sp_min_data_abort_print_panic_message.patch
+++ b/patch/readonly_xlat_tables/sp_min_data_abort_print_panic_message.patch
@@ -1,5 +1,5 @@
 diff --git a/bl32/sp_min/aarch32/entrypoint.S b/bl32/sp_min/aarch32/entrypoint.S
-index f10296724..70fa4d357 100644
+index f10296724..03bf96b16 100644
 --- a/bl32/sp_min/aarch32/entrypoint.S
 +++ b/bl32/sp_min/aarch32/entrypoint.S
 @@ -52,7 +52,7 @@ vector_base sp_min_vector_table
@@ -7,7 +7,7 @@
  	b	sp_min_handle_smc	/* Syscall */
  	b	report_prefetch_abort	/* Prefetch abort */
 -	b	report_data_abort	/* Data abort */
-+	b	do_panic		/* Data abort */
++	b	el3_panic		/* Data abort */
  	b	plat_panic_handler	/* Reserved */
  	b	plat_panic_handler	/* IRQ */
  	b	sp_min_handle_fiq	/* FIQ */
diff --git a/patch/readonly_xlat_tables/tsp_sync_exception_print_panic_message.patch b/patch/readonly_xlat_tables/tsp_sync_exception_print_panic_message.patch
index 8c20dfd..c8b41e0 100644
--- a/patch/readonly_xlat_tables/tsp_sync_exception_print_panic_message.patch
+++ b/patch/readonly_xlat_tables/tsp_sync_exception_print_panic_message.patch
@@ -1,3 +1,5 @@
+diff --git a/bl32/tsp/aarch64/tsp_exceptions.S b/bl32/tsp/aarch64/tsp_exceptions.S
+index 4c6a56a59..6388b51fe 100644
 --- a/bl32/tsp/aarch64/tsp_exceptions.S
 +++ b/bl32/tsp/aarch64/tsp_exceptions.S
 @@ -102,7 +102,7 @@ end_vector_entry serror_sp_el0
@@ -5,7 +7,7 @@
  	 */
  vector_entry sync_exception_sp_elx
 -	b	plat_panic_handler
-+	b	do_panic
++	b	el3_panic
  end_vector_entry sync_exception_sp_elx
-
+ 
  vector_entry irq_sp_elx