mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-23 22:13:47 +00:00
Update linker script to reserve first word for startup synch loop
This commit is contained in:
parent
28b2b3638a
commit
3ea7b1bba6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ENTRY( _start )
|
|||
MEMORY
|
||||
{
|
||||
L2 : ORIGIN = 0x1c000000, LENGTH = 0x0007fffc
|
||||
L1 : ORIGIN = 0x10000000, LENGTH = 0x0000fffc
|
||||
L1 : ORIGIN = 0x10000004, LENGTH = 0x0000fff8
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue