From 91dcf7d1763aaa029fa2b96a8efd7fa9ac374b9b Mon Sep 17 00:00:00 2001 From: Manish V Badarkhe Date: Thu, 9 May 2024 13:32:29 +0100 Subject: [PATCH] build: remove experimental mark for PSA FWU support The PSA FWU support is significantly matured in terms of its design, threat model documentation, and implementation as well as its adherence to the latest PSA FWU specifications. Consequently, the experimental mark for this feature has been removed. Signed-off-by: Manish V Badarkhe Change-Id: Ia6611e0c71485413b0da885f41ac59c93038e480 --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index ad3ef7ed5..5e3bb0091 100644 --- a/Makefile +++ b/Makefile @@ -907,10 +907,6 @@ ifeq ($(CTX_INCLUDE_PAUTH_REGS),1) endif endif #(CTX_INCLUDE_PAUTH_REGS) -ifeq ($(PSA_FWU_SUPPORT),1) - $(info PSA_FWU_SUPPORT is an experimental feature) -endif #(PSA_FWU_SUPPORT) - ifeq ($(FEATURE_DETECTION),1) $(info FEATURE_DETECTION is an experimental feature) endif #(FEATURE_DETECTION)