Skip to content

Commit

Permalink
[crt0] minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jan 10, 2025
1 parent 82c1ef9 commit 4852e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/common/crt0.S
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ __crt0_dualcore_wakeup:

// get launch configuration from core 0
__crt0_dualcore_launch:
csrw 0xbc1, x14 // ICC_DATA: acknowledge start
csrr x2, 0xbc1 // ICC_DATA: stack top -> sp
csrr x12, 0xbc1 // ICC_DATA: entry point
csrw 0xbc1, x14 // ICC_DATA: acknowledge start
j __crt0_main_entry // start at entry point

__crt0_dualcore_primary:
Expand Down

0 comments on commit 4852e08

Please sign in to comment.