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)
1006
1006
1007
1007
/****************** SPM DB initialization *************************************/
1008
1008
spm_partition_t g_partitions [] = {
1009
- /* ATTEST_SRV */
1009
+ /* ATTEST_SRV */
1010
1010
{
1011
1011
.partition_id = ATTEST_SRV_ID ,
1012
1012
.thread_id = 0 ,
@@ -1018,7 +1018,7 @@ spm_partition_t g_partitions[] = {
1018
1018
.irq_mapper = NULL ,
1019
1019
},
1020
1020
1021
- /* CRYPTO_SRV */
1021
+ /* CRYPTO_SRV */
1022
1022
{
1023
1023
.partition_id = CRYPTO_SRV_ID ,
1024
1024
.thread_id = 0 ,
@@ -1030,7 +1030,7 @@ spm_partition_t g_partitions[] = {
1030
1030
.irq_mapper = NULL ,
1031
1031
},
1032
1032
1033
- /* PLATFORM */
1033
+ /* PLATFORM */
1034
1034
{
1035
1035
.partition_id = PLATFORM_ID ,
1036
1036
.thread_id = 0 ,
@@ -1042,7 +1042,7 @@ spm_partition_t g_partitions[] = {
1042
1042
.irq_mapper = NULL ,
1043
1043
},
1044
1044
1045
- /* ITS */
1045
+ /* ITS */
1046
1046
{
1047
1047
.partition_id = ITS_ID ,
1048
1048
.thread_id = 0 ,
You can’t perform that action at this time.
0 commit comments