aboutsummaryrefslogtreecommitdiff
path: root/platform/include/tfm_spm_hal.h
diff options
context:
space:
mode:
authorMingyang Sun <mingyang.sun@arm.com>2020-12-25 11:43:46 +0800
committerMingyang Sun <mingyang.sun@arm.com>2021-01-06 13:50:46 +0800
commit75899769421d7b371f4f71f77706147ba488f65c (patch)
treee4ffdba1b8d371048fe45d93992100b809589145 /platform/include/tfm_spm_hal.h
parent0a255089bd4b6420f178a023d5352763150000d0 (diff)
downloadtrusted-firmware-m-75899769421d7b371f4f71f77706147ba488f65c.tar.gz
Platform: Clean deprecated tfm_spm_hal_init_isolation_hw()
SPM HAL implementation has covered the old HAL API tfm_spm_hal_init_isolation_hw(), it is not used now and can be removed. Change-Id: I0b63be8a6ff0e8dca4004bb0992664fed053fb24 Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
Diffstat (limited to 'platform/include/tfm_spm_hal.h')
-rw-r--r--platform/include/tfm_spm_hal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/platform/include/tfm_spm_hal.h b/platform/include/tfm_spm_hal.h
index 0b49340ca0..4bdeccca34 100644
--- a/platform/include/tfm_spm_hal.h
+++ b/platform/include/tfm_spm_hal.h
@@ -57,16 +57,6 @@ struct tfm_spm_partition_memory_data_t
};
#endif
-/**
- * \brief This function initialises the HW used for isolation, and sets the
- * default configuration for them.
- *
- * This function is called during TF-M core early startup, before DB init
- *
- * \return Returns values as specified by the \ref tfm_plat_err_t
- */
-enum tfm_plat_err_t tfm_spm_hal_init_isolation_hw(void);
-
#ifdef CONFIG_TFM_ENABLE_MEMORY_PROTECT
/**
* \brief This function initialises the HW used for isolation, and sets the