mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 04:15:19 +00:00
Add SOC definition for NXP RW Family Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
/*
|
|
* Copyright 2022 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
. = CONFIG_FLASH_CONFIG_OFFSET;
|
|
KEEP(*(.flash_conf))
|
|
. = CONFIG_IMAGE_VECTOR_TABLE_OFFSET;
|
|
KEEP(*(.boot_hdr.ivt))
|