blob: 5617b34498b852301bcc6b508c415e92264131cd [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
board_set_flasher_ifnset(intel_adsp)
set(RIMAGE_SIGN_KEY otc_private_key_3k.pem)
if(CONFIG_BOARD_INTEL_ADSP_CAVS25)
board_set_rimage_target(tgl)
endif()
if(CONFIG_BOARD_INTEL_ADSP_CAVS25_TGPH)
board_set_rimage_target(tgl-h)
endif()
include(${ZEPHYR_BASE}/boards/common/intel_adsp.board.cmake)