File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/TARGET_PSA/TARGET_MBED_SPM/COMPONENT_SPE Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1006,7 +1006,7 @@ void smoke_tests_part1_init(spm_partition_t *partition)
10061006
10071007/****************** SPM DB initialization *************************************/
10081008spm_partition_t g_partitions [] = {
1009- /* ATTEST_SRV */
1009+ /* ATTEST_SRV */
10101010 {
10111011 .partition_id = ATTEST_SRV_ID ,
10121012 .thread_id = 0 ,
@@ -1018,7 +1018,7 @@ spm_partition_t g_partitions[] = {
10181018 .irq_mapper = NULL ,
10191019 },
10201020
1021- /* CRYPTO_SRV */
1021+ /* CRYPTO_SRV */
10221022 {
10231023 .partition_id = CRYPTO_SRV_ID ,
10241024 .thread_id = 0 ,
@@ -1030,7 +1030,7 @@ spm_partition_t g_partitions[] = {
10301030 .irq_mapper = NULL ,
10311031 },
10321032
1033- /* PLATFORM */
1033+ /* PLATFORM */
10341034 {
10351035 .partition_id = PLATFORM_ID ,
10361036 .thread_id = 0 ,
@@ -1042,7 +1042,7 @@ spm_partition_t g_partitions[] = {
10421042 .irq_mapper = NULL ,
10431043 },
10441044
1045- /* ITS */
1045+ /* ITS */
10461046 {
10471047 .partition_id = ITS_ID ,
10481048 .thread_id = 0 ,
You can’t perform that action at this time.
0 commit comments