Skip to content

Commit

Permalink
tfm: Fix the merged hex file name for mps3_an547
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ithinuel authored and fabiobaltieri committed Jul 4, 2023
1 parent 6e72e40 commit 690b217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/mps3_an547/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 690b217

Please sign in to comment.