Skip to content

Commit

Permalink
Update PSA auto-generated components and services
Browse files Browse the repository at this point in the history
  • Loading branch information
adbridge committed Aug 12, 2020
1 parent 9d0b365 commit 2a316fe
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ void smoke_tests_part1_init(spm_partition_t *partition)

/****************** SPM DB initialization *************************************/
spm_partition_t g_partitions[] = {
/* ATTEST_SRV */
/* ATTEST_SRV */
{
.partition_id = ATTEST_SRV_ID,
.thread_id = 0,
Expand All @@ -1018,7 +1018,7 @@ spm_partition_t g_partitions[] = {
.irq_mapper = NULL,
},

/* CRYPTO_SRV */
/* CRYPTO_SRV */
{
.partition_id = CRYPTO_SRV_ID,
.thread_id = 0,
Expand All @@ -1030,7 +1030,7 @@ spm_partition_t g_partitions[] = {
.irq_mapper = NULL,
},

/* PLATFORM */
/* PLATFORM */
{
.partition_id = PLATFORM_ID,
.thread_id = 0,
Expand All @@ -1042,7 +1042,7 @@ spm_partition_t g_partitions[] = {
.irq_mapper = NULL,
},

/* ITS */
/* ITS */
{
.partition_id = ITS_ID,
.thread_id = 0,
Expand Down

0 comments on commit 2a316fe

Please sign in to comment.