15 lines
330 B
CMake
15 lines
330 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if($ENV{CAVS_OLD_FLASHER})
|
|
board_set_flasher_ifnset(misc-flasher)
|
|
board_finalize_runner_args(misc-flasher)
|
|
endif()
|
|
|
|
board_set_flasher_ifnset(intel_adsp)
|
|
|
|
set(RIMAGE_SIGN_KEY otc_private_key.pem)
|
|
|
|
board_set_rimage_target(cnl)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/intel_adsp.board.cmake)
|