mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-09 14:55:00 -06:00
Fix Fysetc SD FW bootloader addr / size requirement (#18246)
This commit is contained in:
parent
c4b11e03b9
commit
749589b088
2 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue