aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Brand <chris.brand@cypress.com>2019-07-24 15:32:15 -0700
committerDavid Hu <david.hu@arm.com>2019-07-29 03:10:37 +0000
commit77c33abf73f59c082d4c13caae2b2a91edfa4198 (patch)
tree094e66ec4b83aaf0e7f10d45fce91f201f00a70e
parent1c951056feb4b45090e96c339e4331799a8ef3c8 (diff)
downloadtrusted-firmware-m-77c33abf73f59c082d4c13caae2b2a91edfa4198.tar.gz
Plat: Sort #includes in spm_hal.c
Change-Id: I1a317f985e5a4362c30e7363de219ec06ca62f4d Signed-off-by: Chris Brand <chris.brand@cypress.com>
-rw-r--r--platform/ext/target/psoc6/spm_hal.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/platform/ext/target/psoc6/spm_hal.c b/platform/ext/target/psoc6/spm_hal.c
index 039c48f4d8..2f22f360ea 100644
--- a/platform/ext/target/psoc6/spm_hal.c
+++ b/platform/ext/target/psoc6/spm_hal.c
@@ -7,22 +7,23 @@
*/
#include <stdio.h>
+
#include "platform/include/tfm_spm_hal.h"
+
+#include "region_defs.h"
+#include "secure_utilities.h"
+#include "spe_ipc_config.h"
#include "spm_api.h"
#include "spm_db.h"
-#include "tfm_platform_core_api.h"
#include "target_cfg.h"
-#include "region_defs.h"
-#include "secure_utilities.h"
-#include "cycfg.h"
+#include "tfm_platform_core_api.h"
+#include "cycfg.h"
#include "cy_device.h"
#include "cy_device_headers.h"
#include "cy_ipc_drv.h"
#include "cy_sysint.h"
-#include "spe_ipc_config.h"
-
/* Get address of memory regions to configure MPU */
extern const struct memory_region_limits memory_regions;