X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fimage-host.c;h=2c0030b5e23ef076c9fb48ce821982708486c873;hb=aab660fe18ac24ee859a203f517f939685af5e10;hp=d42c1cae4ee9e6751f99989b96e86d8b450d33a8;hpb=6793d017a7679477402f5d30229651dba0db5ed2;p=u-boot diff --git a/tools/image-host.c b/tools/image-host.c index d42c1cae4e..2c0030b5e2 100644 --- a/tools/image-host.c +++ b/tools/image-host.c @@ -626,10 +626,8 @@ static int fit_config_process_sig(const char *keydir, void *keydest, /* Write the public key into the supplied FDT file */ if (keydest) { ret = info.crypto->add_verify_data(&info, keydest); - if (ret == -ENOSPC) - return -ENOSPC; if (ret) { - printf("Failed to add verification data for '%s' signature node in '%s' image node\n", + printf("Failed to add verification data for '%s' signature node in '%s' configuration node\n", node_name, conf_name); } return ret;