mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
Reduce PULPissimo memory size to default
This commit is contained in:
parent
2b98d1baa4
commit
ad0f614a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ OUTPUT_ARCH(riscv)
|
|||
ENTRY( _start )
|
||||
MEMORY
|
||||
{
|
||||
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0007fffc
|
||||
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0004fffc
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue