diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/image-host.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/image-host.c b/tools/image-host.c index 76a361b9d6..b3ec197dc9 100644 --- a/tools/image-host.c +++ b/tools/image-host.c @@ -1034,7 +1034,8 @@ int fit_check_sign(const void *fit, const void *key) if (!cfg_noffset) return -1; - printf("Verifying Hash Integrity ... "); + printf("Verifying Hash Integrity for node '%s'... ", + fdt_get_name(fit, cfg_noffset, NULL)); ret = fit_config_verify(fit, cfg_noffset); if (ret) return ret; |