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:
parent
52bd2ff9a6
commit
8795a17fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -944,7 +944,7 @@ async def main():
|
||||||
log.error(e)
|
log.error(e)
|
||||||
sys.exit(1)
|
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:
|
if args.log_only:
|
||||||
wait_fw_entered(dsp, timeout_s=None)
|
wait_fw_entered(dsp, timeout_s=None)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue