From a57d99be63115f1317b91e116432ccea2137a634 Mon Sep 17 00:00:00 2001 From: Mohamed Omar Asaker Date: Thu, 8 Dec 2022 17:44:44 +0000 Subject: [PATCH] arm-bsp/musca_b1: Edit the platform name The Platform name in TFM has changed from arm/musca_b1/sse_200 to arm/musca_b1 Signed-off-by: Mohamed Omar Asaker --- meta-arm-bsp/conf/machine/musca-b1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/musca-b1.conf b/meta-arm-bsp/conf/machine/musca-b1.conf index c5ef3233..4e9cf829 100644 --- a/meta-arm-bsp/conf/machine/musca-b1.conf +++ b/meta-arm-bsp/conf/machine/musca-b1.conf @@ -20,4 +20,4 @@ QB_GRAPHICS = "-nographic -vga none" QB_MEM = "512k" QB_RNG = "" -TFM_PLATFORM = "arm/musca_b1/sse_200" +TFM_PLATFORM = "arm/musca_b1"