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:
parent
02cc127475
commit
461fcf4cef
|
@ -1 +1 @@
|
|||
ITERABLE_SECTION_RAM(uvb_node, 4)
|
||||
ITERABLE_SECTION_RAM(uvb_node, Z_LINK_ITERABLE_SUBALIGN)
|
||||
|
|
Loading…
Reference in a new issue