Fix Fysetc SD FW bootloader addr / size requirement (#18246)

This commit is contained in:
ModMike
2020-06-16 03:39:53 -04:00
committed by GitHub
parent c4b11e03b9
commit 749589b088
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
MEMORY
{
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K
rom (rx) : ORIGIN = 0x08010000, LENGTH = 256K - 64K
rom (rx) : ORIGIN = 0x08008000, LENGTH = 256K - 32K
}
/* Provide memory region aliases for common.inc */