We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343f29c commit 91cf77fCopy full SHA for 91cf77f
cmake/linker_script/common/common-rom.cmake
@@ -12,7 +12,6 @@ zephyr_linker_section_obj_level(SECTION init LEVEL APPLICATION)
12
zephyr_linker_section_obj_level(SECTION init LEVEL SMP)
13
14
zephyr_iterable_section(NAME device NUMERIC KVMA RAM_REGION GROUP RODATA_REGION)
15
-zephyr_iterable_section(NAME service NUMERIC KVMA RAM_REGION GROUP RODATA_REGION)
16
17
if(CONFIG_GEN_SW_ISR_TABLE AND NOT CONFIG_DYNAMIC_INTERRUPTS)
18
# ld align has been changed to subalign to provide identical behavior scatter vs. ld.
0 commit comments