02cc127475
Updates the linker script fragments under 'subsys' 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>
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
/*
|
|
* Copyright (c) 2023 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <zephyr/linker/iterable_sections.h>
|
|
|
|
ITERABLE_SECTION_RAM(conn_mgr_conn_binding, Z_LINK_ITERABLE_SUBALIGN)
|