Fix Fysetc SD FW bootloader addr / size requirement (#18246)
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user