mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 08:45:23 +00:00
We only need to offset the start of the non-secure image by 0x400, if TFM is built with BL2 support. In this case we use the ROM_START_OFFSET Kconfig switch and set to 0x400. This instructs the linker to offset the beginning of the ROM section by 0x400. In other words, we do not need to statically move the start of the image by 0x400. This fixes an issue that prevents from running Zephyr + TFM without BL2 on MPS2 AN521. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> |
||
---|---|---|
.. | ||
doc | ||
board.cmake | ||
CMakeLists.txt | ||
Kconfig.board | ||
Kconfig.defconfig | ||
mps2_an521_defconfig | ||
mps2_an521_nonsecure_defconfig | ||
mps2_an521_nonsecure.dts | ||
mps2_an521_nonsecure.yaml | ||
mps2_an521-common.dtsi | ||
mps2_an521.dts | ||
mps2_an521.yaml | ||
pinmux.c |