linker: samples: Use Z_LINK_ITERABLE_SUBALIGN

Updates the linker script fragments under 'samples' to use
Z_LINK_ITERABLE_SUBALIGN for the subalignment instead of
a hardcoded value of 4.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
Peter Mitsis 2024-04-10 11:45:40 -04:00 committed by Anas Nashif
parent 62db185d5b
commit 30625e4c98

View file

@ -2,4 +2,4 @@
#include <zephyr/linker/iterable_sections.h>
ITERABLE_SECTION_RAM(coap_resource_coap_server, 4)
ITERABLE_SECTION_RAM(coap_resource_coap_server, Z_LINK_ITERABLE_SUBALIGN)