soc: intel_adsp: tools: reword cavstool.py startup log message

The "Detected cAVS 1.8+ hardware" message is misleading as it implies
some version of Intel cAVS hardware has been found, while in fact this
script supports also other types of hardware, including Intel ACE.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2024-10-10 23:13:59 +03:00 committed by Alberto Escolar
parent 52bd2ff9a6
commit 8795a17fa2

View file

@ -944,7 +944,7 @@ async def main():
log.error(e)
sys.exit(1)
log.info(f"Detected cAVS 1.8+ hardware")
log.info(f"Detected a supported cAVS/ACE hardware version")
if args.log_only:
wait_fw_entered(dsp, timeout_s=None)