add code relocation test case 1. customer relocation code and data test 2. memcpy relocation Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
# Copyright (c) 2022, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config RELOCATE_TO_ITCM
|
|
bool "test with code relocate to itcm"
|
|
default y
|
|
|
|
source "Kconfig.zephyr"
|