/* Must be last in romable region */
SECTION_PROLOGUE(.last_section,,)
ALIGN_WITH_INPUT
{
/* .last_section contains a fixed word to ensure location counter and actual
* rom region data usage match when CONFIG_LINKER_LAST_SECTION_ID=y. */
KEEP(*(.last_section))
} GROUP_LINK_IN(ROMABLE_REGION)
не помогает. Как сделать выравнивание VMA строго по LMA?
25 .last_section 00000004 80010000 6001002c 00010144 2**2