Skip to content

Commit 4f726bb

Browse files
committed
nrf_compress: cmake: Remove SUBALIGN for iterable section
This was removed from zephyr, therefore remove usage from the nrf_compress subsystem Signed-off-by: Jamie McCrae <[email protected]>
1 parent df03999 commit 4f726bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/nrf_compress/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
zephyr_library_named(nrf_compress)
88
zephyr_library_sources(src/implementation.c)
99
zephyr_linker_sources(SECTIONS sections.ld)
10-
zephyr_iterable_section(NAME nrf_compress_implementation KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN ${CONFIG_LINKER_ITERABLE_SUBALIGN})
10+
zephyr_iterable_section(NAME nrf_compress_implementation KVMA RAM_REGION GROUP RODATA_REGION)
1111

1212
if(CONFIG_NRF_COMPRESS_LZMA OR CONFIG_NRF_COMPRESS_ARM_THUMB)
1313
zephyr_library_include_directories(lzma)

0 commit comments

Comments
 (0)