mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-25 22:26:36 +00:00
Merge branch 'master' of github.com:pulp-platform/pulp-runtime
This commit is contained in:
commit
7005073cb7
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ OUTPUT_ARCH(riscv)
|
|||
ENTRY( _start )
|
||||
MEMORY
|
||||
{
|
||||
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0007fffc
|
||||
L1 : ORIGIN = 0x10000004, LENGTH = 0x0000fffc
|
||||
L2 : ORIGIN = 0x1c000004, LENGTH = 0x000ffffc
|
||||
L1 : ORIGIN = 0x10000004, LENGTH = 0x0001fffc
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue