don't nuke the BL section

This commit is contained in:
Matthew Kennedy 2020-12-10 21:52:19 -08:00
parent 8b9569d906
commit bb05860e97
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ SECTIONS
.bl : ALIGN(4)
{
. = ALIGN(4);
*(.bl)
*(.bl.*)
KEEP(*(.bl))
KEEP(*(.bl.*))
. = ALIGN(4);
} > blflash AT > blflash
}