hwmv2: boards: intel: adsp: Fix runner after paths renamed
Fix intel_adsp runner unable to find boards for flash after 'drop duplicate prefix' folder renames #69505 Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
committed by
Carles Cufi
parent
550399e927
commit
e8f3e6494d
@@ -78,7 +78,7 @@ class IntelAdspBinaryRunner(ZephyrBinaryRunner):
|
||||
def do_run(self, command, **kwargs):
|
||||
self.logger.info('Starting Intel ADSP runner')
|
||||
|
||||
if re.search("intel_adsp", self.platform):
|
||||
if re.search("adsp", self.platform):
|
||||
self.require(self.cavstool)
|
||||
self.flash(**kwargs)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user