mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-16 21:00:16 +00:00
Set l2 lenght to 128kb in linker script
This commit is contained in:
parent
4a036cd865
commit
be757b9b07
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ OUTPUT_ARCH(riscv)
|
|||
ENTRY( _start )
|
||||
MEMORY
|
||||
{
|
||||
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0003fffc
|
||||
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0001fffc
|
||||
L1 : ORIGIN = 0x10000004, LENGTH = 0x0001fffc
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue