fix: regenerate do_panic patches
Recent changes in TF-A added PMF timestamps at the end of bl31_main()
functions, which conflicted with changes introduced by these 2 patches
at the same code location.
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: I27cd3453c2fad500883a2848f1696578126cefb9
diff --git a/patch/fault_inject/induce_bl31_main_panic.patch b/patch/fault_inject/induce_bl31_main_panic.patch
index 55fc417..80f093a 100644
--- a/patch/fault_inject/induce_bl31_main_panic.patch
+++ b/patch/fault_inject/induce_bl31_main_panic.patch
@@ -1,11 +1,11 @@
diff --git a/bl31/bl31_main.c b/bl31/bl31_main.c
-index e70eb5584..3fb1e14b3 100644
+index cae55f314..2a0951d49 100644
--- a/bl31/bl31_main.c
+++ b/bl31/bl31_main.c
-@@ -196,6 +196,8 @@ void bl31_main(void)
- * from BL31
- */
- bl31_plat_runtime_setup();
+@@ -216,6 +216,8 @@ void bl31_main(void)
+ PMF_CAPTURE_TIMESTAMP(bl_svc, BL31_EXIT, PMF_CACHE_MAINT);
+ console_flush();
+ #endif
+
+ panic();
}