Set l2 lenght to 128kb in linker script

This commit is contained in:
Gianmarco Ottavi 2020-07-02 15:44:28 +02:00
parent 4a036cd865
commit be757b9b07

View file

@ -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
}