From b0cbe815eca47e71254e047e3ac41eacf1426d8b Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Fri, 25 Jan 2019 17:39:18 +0200 Subject: [PATCH] Regenerate SPM data --- .../COMPONENT_SPE/TARGET_MBED_SPM/psa_platform_partition.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/TARGET_PSA/services/platform/COMPONENT_SPE/TARGET_MBED_SPM/psa_platform_partition.c b/components/TARGET_PSA/services/platform/COMPONENT_SPE/TARGET_MBED_SPM/psa_platform_partition.c index 792051535c..18e780dd16 100644 --- a/components/TARGET_PSA/services/platform/COMPONENT_SPE/TARGET_MBED_SPM/psa_platform_partition.c +++ b/components/TARGET_PSA/services/platform/COMPONENT_SPE/TARGET_MBED_SPM/psa_platform_partition.c @@ -23,8 +23,6 @@ * Generated by tools/spm/generate_partition_code.py Version 1.0 **********************************************************************************************************************/ -#if !defined(TARGET_TFM) - #include "cmsis.h" #include "mbed_toolchain.h" /* For using MBED_ALIGN macro */ #include "rtx_os.h" @@ -114,4 +112,3 @@ void platform_init(spm_partition_t *partition) } } -#endif // !defined(TARGET_TFM)