aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Liu <Ken.Liu@arm.com>2021-04-16 22:31:31 +0800
committerKen Liu <ken.liu@arm.com>2021-04-20 07:57:34 +0200
commite9aaa80bf84b981c65e326135f838aa5829980c9 (patch)
tree8f8f96af844c1bc7926581a74ee23c787c84b103
parentb00faedb2cd34ed336b22b89660ce12a4e74c021 (diff)
downloadtrusted-firmware-m-e9aaa80bf84b981c65e326135f838aa5829980c9.tar.gz
Docs: Remove out of sync struct members
'tfm_spm_partition_memory_data_t' no longer part of 'spm_partition_desc_t', remove it as it causes confusion while searching symbols. Change-Id: I685dc303d3c185f70e1a97a7a6f60074233c20b0 Signed-off-by: Ken Liu <Ken.Liu@arm.com>
-rw-r--r--docs/design_documents/tfm_partition_and_service_design_document.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/design_documents/tfm_partition_and_service_design_document.rst b/docs/design_documents/tfm_partition_and_service_design_document.rst
index 83e8c309b1..500e7a11dd 100644
--- a/docs/design_documents/tfm_partition_and_service_design_document.rst
+++ b/docs/design_documents/tfm_partition_and_service_design_document.rst
@@ -43,9 +43,6 @@ partition information:
struct spm_partition_runtime_data_t runtime_data;
const struct spm_partition_static_data_t *static_data;
const struct platform_data_t *platform_data;
- #if TFM_PSA_API
- const struct tfm_spm_partition_memory_data_t *memory_data;
- #endif
};
The structure describes the partition information from four aspects and every