1
0
forked from me/IronOS

Update bl702_flash.ld

This commit is contained in:
Ben V. Brown
2022-10-21 23:26:00 +11:00
parent 6a2dc1a9d2
commit 6c69c2e241

View File

@@ -85,6 +85,9 @@ SECTIONS
_bt_l2cap_fixed_chan_list_start = .;
KEEP(*(SORT_BY_NAME("._bt_l2cap_fixed_chan.static.*")))
_bt_l2cap_fixed_chan_list_end = .;
_bt_l2cap_br_fixed_chan_list_start = .;
KEEP(*(SORT_BY_NAME("._bt_l2cap_br_fixed_chan.static.*")))
_bt_l2cap_br_fixed_chan_list_end = .;
. = ALIGN(4);
__text_code_end__ = .;