mirror of https://github.com/thesofproject/sof.git
Remove unconditional "(1 || verbose)" debug hack in cavs25
This is especially a problem considering the -v option outputs non-ASCII
garbage which can break some automation, see issue #86
Fixes commit db40934e57
("cavs: add support for cavs2.5 code
signing")
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
ecb6a66932
commit
d855fbfe7c
|
@ -627,7 +627,7 @@ static int parse_cse_v2_5(const toml_table_t *toml, struct parse_ctx *pctx,
|
|||
|
||||
hdr->nb_entries = toml_array_nelem(cse_entry_array);
|
||||
|
||||
if (1 || verbose)
|
||||
if (verbose)
|
||||
dump_cse_v2_5(hdr, out);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue