Skip to content

Commit f947148

Browse files
golowanownordicjm
authored andcommitted
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 <[email protected]>
1 parent 6411fee commit f947148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/west_commands/runners/intel_adsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def do_create(cls, cfg, args):
7878
def do_run(self, command, **kwargs):
7979
self.logger.info('Starting Intel ADSP runner')
8080

81-
if re.search("intel_adsp", self.platform):
81+
if re.search("adsp", self.platform):
8282
self.require(self.cavstool)
8383
self.flash(**kwargs)
8484
else:

0 commit comments

Comments
 (0)