aboutsummaryrefslogtreecommitdiff
path: root/platform/include
diff options
context:
space:
mode:
authorKen Liu <ken.liu@arm.com>2020-05-30 21:11:05 +0800
committerKen Liu <ken.liu@arm.com>2020-06-03 10:33:45 +0800
commit1f345b0d3f51b547c6422febc5f5a5956a1f81bb (patch)
tree98d33f783c66934e2fbf58218960e3e77a5ee25c /platform/include
parentb157dca40dcf2051a0420cb16d659a6aa69335d7 (diff)
downloadtrusted-firmware-m-1f345b0d3f51b547c6422febc5f5a5956a1f81bb.tar.gz
Build: Follow the 'source_structure.rst'
This is the first patch to follow the first commit of source structure document. The items under the 'secure_fw' folder are re-organized: - Create/Move some folders/files to follow document. - Rename some folders to foll, for example, 'secure_fw/services' to 'secure_fw/partitions'. - Update affected files to make it work. This is a big change, to make the structure meet the basic shape of the structure document defined, and make it easier to be understood for users. Staging changes are not applicable so they are combined into one - and because it is not the final shape yet, so: - Upcoming updates on the 'secure_fw' folder would follow up soon. - Fine-tune about the 'source_structure.rst' would come, too. Change-Id: I5c11175e0a4579cd9b42d3e3519dbffb87334d0b Signed-off-by: Ken Liu <ken.liu@arm.com>
Diffstat (limited to 'platform/include')
-rw-r--r--platform/include/tfm_spm_hal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/include/tfm_spm_hal.h b/platform/include/tfm_spm_hal.h
index caed249148..f96dd576c5 100644
--- a/platform/include/tfm_spm_hal.h
+++ b/platform/include/tfm_spm_hal.h
@@ -10,7 +10,6 @@
#include <stdint.h>
#include "tfm_secure_api.h"
-#include "spm_api.h"
#ifdef TFM_MULTI_CORE_TOPOLOGY
#include "tfm_multi_core.h"
#endif