zephyr/soc/nxp/mcx/mcxc/flash_config.ld
Michal Smola dd052055d8 soc: nxp mcxc: Add support for NXP MCXC series
Add initial suport for NXP MCXC series

Signed-off-by: Michal Smola <michal.smola@nxp.com>
2024-09-05 17:01:33 -04:00

13 lines
226 B
Plaintext

/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/devicetree.h>
. = DT_PROP(DT_NODELABEL(ftfa), config_field_offset);
KEEP(*(.kinetis_flash_config))
KEEP(*(".kinetis_flash_config.*"))