Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2423c87d543a13ec28d66a1e758d3bb7ab24bf74
/
.
/
soc
/
nxp
/
mcx
/
mcxc
/
flash_config.ld
blob: edc2b9d7ba88d8f86fa9f39fcb58a18af3aba5cf [
file
] [
log
] [
blame
]
/*
* 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.*"
))