mirror of
https://github.com/mitxela/clock4.git
synced 2025-12-05 23:20:26 -08:00
Pad bootloader to exactly 64K
This commit is contained in:
@@ -145,7 +145,11 @@ SECTIONS
|
||||
|
||||
} >RAM AT> FLASH
|
||||
|
||||
.pad : { KEEP(*(.pad)) } > PAD
|
||||
.pad :
|
||||
{
|
||||
KEEP(*(.pad))
|
||||
. = LENGTH(PAD);
|
||||
} > PAD
|
||||
|
||||
/* Uninitialized data section into "RAM" Ram type memory */
|
||||
. = ALIGN(4);
|
||||
|
||||
Reference in New Issue
Block a user