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 <dmitrii.golovanov@intel.com>
This commit is contained in:
parent
acd18bfaf7
commit
fa0fca79c4
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue