Skip to content
Snippets Groups Projects
Commit 87e70784 authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Enable rdcu parameters when using the rdcu_pkt option

Fix a bug in the parallel model update
parent 9ea440c7
No related branches found
No related tags found
No related merge requests found
......@@ -225,6 +225,7 @@ int main(int argc, char **argv)
/* fall through */
case RDCU_PKT_OPTION:
rdcu_pkt_mode = 1;
add_rdcu_pars = 1;
/* fall through */
case NO_HEADER:
include_cmp_header = 0;
......
......@@ -527,7 +527,7 @@ int rdcu_compress_data_parallel(const struct cmp_cfg *cfg,
if (cfg->icu_new_model_buf) {
if (rdcu_read_sram(cfg->icu_new_model_buf,
last_info->rdcu_new_model_adr_used,
new_model_size_4byte))
new_model_size_4byte) < 0)
return -1;
}
/* write model */
......
project('cmp_tool', 'c',
version : '0.10-b.2',
version : '0.10-b.3',
meson_version : '>= 0.56',
license : 'GPL-2.0',
default_options : ['warning_level=3', 'c_std=gnu99']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment