linker: drivers: Use Z_LINK_ITERABLE_SUBALIGN

Updates the linker script fragments under 'drivers' 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 12:01:44 -04:00 committed by Anas Nashif
parent 02cc127475
commit 461fcf4cef

View file

@ -1 +1 @@
ITERABLE_SECTION_RAM(uvb_node, 4)
ITERABLE_SECTION_RAM(uvb_node, Z_LINK_ITERABLE_SUBALIGN)