mirror of https://github.com/rusefi/wideband.git
don't nuke the BL section
This commit is contained in:
parent
8b9569d906
commit
bb05860e97
|
@ -69,8 +69,8 @@ SECTIONS
|
||||||
.bl : ALIGN(4)
|
.bl : ALIGN(4)
|
||||||
{
|
{
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
*(.bl)
|
KEEP(*(.bl))
|
||||||
*(.bl.*)
|
KEEP(*(.bl.*))
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} > blflash AT > blflash
|
} > blflash AT > blflash
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue