diff options
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r-- | docs/user-guide.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index ad8d1c74..5be3c3dc 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -362,6 +362,11 @@ performed. and it governs the return value of PSCI_FEATURES API for CPU_SUSPEND smc function id. +* `WARN_DEPRECATED`: This option decides whether to warn the usage of + deprecated platform APIs and context management helpers within Trusted + Firmware. It can take the value 1 (warn the use of deprecated APIs) or + 0. The default is 0. + #### ARM development platform specific build options * `ARM_TSP_RAM_LOCATION`: location of the TSP binary. Options: |