Commit
2092322b31cc ("boot: Add fit_config_get_hash_list() to build
signed node list") removed printing the list of hashed nodes during
verification. Add it back to have a chance to compare the list when
debugging.
Signed-off-by: Ludwig Nussel <ludwig.nussel@siemens.com>
return -1;
}
+ debug("Hash nodes (%d):\n", count);
+ for (int i = 0; i < count; ++i)
+ debug(" '%s'\n", node_inc[i]);
+
/*
* Each node can generate one region for each sub-node. Allow for
* 7 sub-nodes (hash-1, signature-1, etc.) and some extra.