mirror of https://github.com/wolfSSL/wolfBoot.git
Maximize available RAM for RSA4096+fastmath test
parent
cb0f3ec3a3
commit
0964ca0587
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue