From fa0fca79c480bc1ce608fcead8c1a4acba968a5e Mon Sep 17 00:00:00 2001 From: Dmitrii Golovanov Date: Tue, 13 Feb 2024 01:49:08 +0100 Subject: [PATCH] scripts: west: runners: intel_adsp: Adjust path to HWMv2 Adjust script path to HWMv2 location at `soc/intel/intel_adsp/tools` Signed-off-by: Dmitrii Golovanov --- scripts/west_commands/runners/intel_adsp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/west_commands/runners/intel_adsp.py b/scripts/west_commands/runners/intel_adsp.py index f7587331dc3..13dbe07819e 100644 --- a/scripts/west_commands/runners/intel_adsp.py +++ b/scripts/west_commands/runners/intel_adsp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Intel Corporation +# Copyright (c) 2022-2024 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 @@ -14,7 +14,7 @@ import shutil from runners.core import ZephyrBinaryRunner, RunnerCaps from zephyr_ext_common import ZEPHYR_BASE -DEFAULT_CAVSTOOL='soc/xtensa/intel_adsp/tools/cavstool_client.py' +DEFAULT_CAVSTOOL='soc/intel/intel_adsp/tools/cavstool_client.py' class SignParamError(argparse.Action): 'User-friendly feedback when trying to sign with west flash'