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 <Manish.Badarkhe@arm.com>
Change-Id: Ia6611e0c71485413b0da885f41ac59c93038e480
This commit is contained in:
Manish V Badarkhe 2024-05-09 13:32:29 +01:00 committed by Manish V Badarkhe
parent 82222db809
commit 91dcf7d176

View file

@ -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)