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:
Dmitrii Golovanov
2024-02-29 11:32:49 +01:00
committed by Carles Cufi
parent 550399e927
commit e8f3e6494d

View File

@@ -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: