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