linker: esp32: update linker with recent iterable

bt_conn_cb section was added into common-rom.ld and
as current ESP has limited segment section number, it
needs to be moved out from there.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2021-08-12 07:50:07 -03:00 committed by Christopher Friedt
commit 5061760293

View file

@ -281,6 +281,10 @@ _net_buf_pool_list = _esp_net_buf_pool_list;
Z_LINK_ITERABLE_ALIGNED(bt_l2cap_br_fixed_chan, 4);
#endif
#if defined(CONFIG_BT_CONN)
Z_LINK_ITERABLE_ALIGNED(bt_conn_cb, 4)
#endif
Z_LINK_ITERABLE_ALIGNED(bt_gatt_service_static, 4);
#if defined(CONFIG_BT_MESH)