samples: tfm_integration: Remove setting of QEMU file
This is done elsewhere now. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This commit is contained in:
parent
0719973436
commit
c08d0a3629
2 changed files with 0 additions and 6 deletions
|
@ -2,9 +2,6 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.13.1)
|
||||
|
||||
# Override the binary used by qemu
|
||||
set(QEMU_KERNEL_OPTION "-device;loader,file=${CMAKE_BINARY_DIR}/tfm_merged.hex")
|
||||
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
|
||||
project(tfm_psa_level_1)
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.13.1)
|
||||
|
||||
# Override the binary used by qemu
|
||||
set(QEMU_KERNEL_OPTION "-device;loader,file=${CMAKE_BINARY_DIR}/tfm_merged.hex")
|
||||
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
|
||||
project(tfm_ipc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue