mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
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:
parent
82222db809
commit
91dcf7d176
1 changed files with 0 additions and 4 deletions
4
Makefile
4
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue