increase L1 size in ld

This commit is contained in:
Angelo Garofalo 2023-10-24 10:58:39 +02:00
parent a39271c9a3
commit a3c2c77017

View file

@ -4,7 +4,7 @@ ENTRY( _start )
MEMORY
{
L2 : ORIGIN = 0x1c000004, LENGTH = 0x0007fffc
L1 : ORIGIN = 0x10000004, LENGTH = 0x0000fffc
L1 : ORIGIN = 0x10000004, LENGTH = 0x0007fffc
}
/*