Skip to content

Commit

Permalink
updated the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-bisheh committed Jan 15, 2025
1 parent 8d89e79 commit 352be98
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ volatile caliptra_intr_received_s cptra_intr_rcv = {0};
void main(){
volatile uint32_t * reg_ptr;

printf("----------------------------------\n");
printf(" Randomized PCR Signing flow !!\n");
printf("----------------------------------\n");
printf("-----------------------------------\n");
printf(" Randomized PCR ECC Signing flow !!\n");
printf("-----------------------------------\n");

//Call interrupt init
init_interrupts();
Expand Down Expand Up @@ -73,7 +73,6 @@ void main(){
}
printf("\n");

//inject seed to kv key reg (in RTL)
printf("Check the signing results\n");
printf("%c", 0x92);

Expand Down

0 comments on commit 352be98

Please sign in to comment.