Maximize available RAM for RSA4096+fastmath test

pull/132/head
Daniele Lacamera 2021-07-14 18:03:49 +02:00
parent cb0f3ec3a3
commit 0964ca0587
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = ##WOLFBOOT_PARTITION_BOOT_ADDRESS##
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00010000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x0001C000
}
SECTIONS