From 7e9cd5e414a84d66a1520b9d0eaa1d1ee4560d2f Mon Sep 17 00:00:00 2001 From: Tom Burdick Date: Tue, 27 Aug 2024 17:56:43 -0500 Subject: [PATCH] boards: intel: ish: Set flasher to misc-flasher Set the intel ish board flasher to use misc-flasher. Signed-off-by: Tom Burdick --- boards/intel/ish/board.cmake | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 boards/intel/ish/board.cmake diff --git a/boards/intel/ish/board.cmake b/boards/intel/ish/board.cmake new file mode 100644 index 00000000000..6b01bab2aee --- /dev/null +++ b/boards/intel/ish/board.cmake @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: Apache-2.0 + +board_set_flasher_ifnset(misc-flasher) +board_finalize_runner_args(misc-flasher)