commit | 794acbc9e20bfb19b1c96e5f0d95e59602df9b20 | [log] [tgz] |
---|---|---|
author | Kevin Townsend <kevin.townsend@linaro.org> | Tue May 18 18:36:25 2021 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed May 19 14:02:27 2021 -0500 |
tree | 468cb3d331bbf20a5e05342f23bae8d6d0c879e5 | |
parent | 98ef60944370c84ca8bd959c8a7e220b071f048c [diff] |
boards: arm: lpcxpresso55s69: Force TF-M when using NS boards This commit forces the `CONFIG_BUILD_WITH_TFM=y` option when using the `_ns` build targets for the LPC55sXX. Using these targets in samples or in CI without an accompanying secure environment image (ex. TF-M) leads to execution failures, since the NS images are offset a predetermined amount. Fixes #35100 Signed-off-by: Kevin Townsend <kevin.townsend@linaro.org>