mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
Fix wrong sync loop address for non-astral chips
This commit is contained in:
parent
3ba9a34966
commit
5a063a89f4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ pos_init_entry:
|
|||
#elif PULP_CHIP == CHIP_ASTRAL
|
||||
li t0, 0x5003FFF0
|
||||
#else
|
||||
li t0, 0x1003FF0
|
||||
li t0, 0x1003FFF0
|
||||
#endif
|
||||
sw x0, 0(t0)
|
||||
# We check if the offset of the core is zero, so that even if the cluster
|
||||
|
|
|
|||
Loading…
Reference in a new issue