mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-23 22:13:47 +00:00
increase L1 size in ld
This commit is contained in:
parent
a39271c9a3
commit
a3c2c77017
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ENTRY( _start )
|
|||
MEMORY
|
||||
{
|
||||
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0007fffc
|
||||
L1 : ORIGIN = 0x10000004, LENGTH = 0x0000fffc
|
||||
L1 : ORIGIN = 0x10000004, LENGTH = 0x0007fffc
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue