File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
cmake/linker_script/common Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -202,36 +202,36 @@ if(CONFIG_SYMTAB)
202202 zephyr_linker_section_configure(SECTION symtab INPUT ".gnu.linkonce.symtab*" )
203203endif ()
204204
205- if (CONFIG_DEVICE_DEPS)
205+ if (CONFIG_DEVICE_DEPS)
206206 zephyr_linker_section(NAME device_deps KVMA RAM_REGION GROUP RODATA_REGION NOINPUT ${XIP_ALIGN_WITH_INPUT} ENDALIGN 16)
207207 zephyr_linker_section_configure(SECTION device_deps INPUT .__device_deps_pass1* KEEP SORT NAME PASS LINKER_DEVICE_DEPS_PASS1)
208208 zephyr_linker_section_configure(SECTION device_deps INPUT .__device_deps_pass2* KEEP SORT NAME PASS NOT LINKER_DEVICE_DEPS_PASS1)
209209endif ()
210210
211211zephyr_iterable_section(NAME _static_thread_data KVMA RAM_REGION GROUP RODATA_REGION)
212212
213- if (CONFIG_BT_IAS)
213+ if (CONFIG_BT_IAS)
214214 zephyr_iterable_section(NAME bt_ias_cb KVMA RAM_REGION GROUP RODATA_REGION)
215215endif ()
216216
217- if (CONFIG_LOG)
217+ if (CONFIG_LOG)
218218 zephyr_iterable_section(NAME log_link KVMA RAM_REGION GROUP RODATA_REGION)
219219 zephyr_iterable_section(NAME log_backend KVMA RAM_REGION GROUP RODATA_REGION)
220220endif ()
221221
222- if (CONFIG_MULTI_LEVEL_INTERRUPTS)
222+ if (CONFIG_MULTI_LEVEL_INTERRUPTS)
223223 zephyr_iterable_section(NAME intc_table KVMA RAM_REGION GROUP RODATA_REGION)
224224endif ()
225225
226- if (CONFIG_HTTP_SERVER)
226+ if (CONFIG_HTTP_SERVER)
227227 zephyr_iterable_section(NAME http_service_desc KVMA RAM_REGION GROUP RODATA_REGION)
228228endif ()
229229
230- if (CONFIG_COAP_SERVER)
230+ if (CONFIG_COAP_SERVER)
231231 zephyr_iterable_section(NAME coap_service KVMA RAM_REGION GROUP RODATA_REGION)
232232endif ()
233233
234- if (CONFIG_NET_MGMT)
234+ if (CONFIG_NET_MGMT)
235235 zephyr_iterable_section(NAME net_mgmt_event_static_handler KVMA RAM_REGION GROUP RODATA_REGION)
236236endif ()
237237
You can’t perform that action at this time.
0 commit comments