tfm: Fix the merged hex file name for mps3_an547
This fixes a typo that leads to failure when running `west build` with the `run` target. Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>
This commit is contained in:
parent
6e72e401f2
commit
690b21718a
|
@ -25,7 +25,7 @@ if (CONFIG_BUILD_WITH_TFM)
|
|||
# Override the binary used by qemu, to use the combined
|
||||
# TF-M (Secure) & Zephyr (Non Secure) image (when running
|
||||
# in-tree tests).
|
||||
set(QEMU_KERNEL_OPTION "-device;loader,file=${CMAKE_BINARY_DIR}/zephyr/merged.hex")
|
||||
set(QEMU_KERNEL_OPTION "-device;loader,file=${CMAKE_BINARY_DIR}/zephyr/tfm_merged.hex")
|
||||
endif()
|
||||
|
||||
# FVP settings
|
||||
|
|
Loading…
Reference in a new issue