aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2021-03-22 10:00:11 +0800
committerDavid Hu <david.hu@arm.com>2021-03-22 07:36:29 +0100
commit848ea8771cf13c83a8e76575746a28809a8e0cbb (patch)
tree2b0befaba8659a9e0f9feab3cd2042bafec7890a
parent0d64a64bf37b6403e69bc3ea1aa5296de0a5460d (diff)
downloadtrusted-firmware-m-848ea8771cf13c83a8e76575746a28809a8e0cbb.tar.gz
Platform: Disable FIH on AN521 by default
FIH was enabled on AN521 by default for test purpose. Disable it now and let a specific usage scenario to enable it instead, such in Profile Large. Change-Id: I14915acd291f0e27689d5eb09ac2d8ee9bbd8757 Signed-off-by: David Hu <david.hu@arm.com>
-rw-r--r--platform/ext/target/mps2/an521/config.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/ext/target/mps2/an521/config.cmake b/platform/ext/target/mps2/an521/config.cmake
index 555bcfb797..945a30edda 100644
--- a/platform/ext/target/mps2/an521/config.cmake
+++ b/platform/ext/target/mps2/an521/config.cmake
@@ -5,7 +5,4 @@
#
#-------------------------------------------------------------------------------
-# Enable FIH Profile Medium by default */
-set(TFM_FIH_PROFILE MEDIUM CACHE STRING "Fault injection hardening profile [OFF, LOW, MEDIUM, HIGH]")
-
set(TFM_EXTRA_GENERATED_FILE_LIST_PATH ${CMAKE_CURRENT_SOURCE_DIR}/platform/ext/target/mps2/an521/generated_file_list.yaml CACHE PATH "Path to extra generated file list. Appended to stardard TFM generated file list." FORCE)