Add a soc folder for rt6xx family Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
/*
|
|
* Copyright (c) 2020 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
. = CONFIG_FLASH_CONFIG_OFFSET;
|
|
KEEP(*(.flash_conf))
|
|
. = CONFIG_IMAGE_VECTOR_TABLE_OFFSET;
|
|
KEEP(*(.boot_hdr.ivt))
|