mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 17:38:44 +00:00
Mark custom-sections as deprecated Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
SECTION_DATA_PROLOGUE(_CUSTOM_SECTION_NAME2,,)
|
|
{
|
|
KEEP(*(".custom_section.*"));
|
|
} GROUP_DATA_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|