From 00c2494b66b8fa2c0fc2008fa802a2adbeed966e Mon Sep 17 00:00:00 2001 From: Romuald JEANNE Date: Thu, 28 Jul 2022 16:48:04 +0200 Subject: [PATCH] TF-A-STM32MP: cleanup obsolete files Signed-off-by: Romuald JEANNE Change-Id: Id381245fa0e5c00a02a6c7c42800a3495e9a491e --- ...0099-Modify-Reset-reason-trace-level.patch | 25 ------------------- .../tf-a-stm32mp_%.bbappend | 3 --- 2 files changed, 28 deletions(-) delete mode 100644 recipes-bsp/trusted-firmware-a/tf-a-stm32mp/0099-Modify-Reset-reason-trace-level.patch delete mode 100644 recipes-bsp/trusted-firmware-a/tf-a-stm32mp_%.bbappend diff --git a/recipes-bsp/trusted-firmware-a/tf-a-stm32mp/0099-Modify-Reset-reason-trace-level.patch b/recipes-bsp/trusted-firmware-a/tf-a-stm32mp/0099-Modify-Reset-reason-trace-level.patch deleted file mode 100644 index 19baede..0000000 --- a/recipes-bsp/trusted-firmware-a/tf-a-stm32mp/0099-Modify-Reset-reason-trace-level.patch +++ /dev/null @@ -1,25 +0,0 @@ -From f83c3e1e478fa7dfd8ee41b3c7b0c0c32341d954 Mon Sep 17 00:00:00 2001 -From: Lionel VITTE -Date: Thu, 24 Mar 2022 13:48:26 +0100 -Subject: [PATCH] Modify 'Reset reason' trace level - ---- - plat/st/stm32mp1/bl2_plat_setup.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/plat/st/stm32mp1/bl2_plat_setup.c b/plat/st/stm32mp1/bl2_plat_setup.c -index 57aa5590a..b248d17ff 100644 ---- a/plat/st/stm32mp1/bl2_plat_setup.c -+++ b/plat/st/stm32mp1/bl2_plat_setup.c -@@ -66,7 +66,7 @@ static void print_reset_reason(void) - return; - } - -- INFO("Reset reason (0x%x):\n", rstsr); -+ NOTICE("Reset reason (0x%x):\n", rstsr); - - if ((rstsr & RCC_MP_RSTSCLRR_PADRSTF) == 0U) { - if ((rstsr & RCC_MP_RSTSCLRR_STDBYRSTF) != 0U) { --- -2.17.1 - diff --git a/recipes-bsp/trusted-firmware-a/tf-a-stm32mp_%.bbappend b/recipes-bsp/trusted-firmware-a/tf-a-stm32mp_%.bbappend deleted file mode 100644 index ad312c2..0000000 --- a/recipes-bsp/trusted-firmware-a/tf-a-stm32mp_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -SRC_URI += " \ - file://0099-Modify-Reset-reason-trace-level.patch \ - "