X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fimage-sig.c;h=d9f712fc1e04185316c1d9bdeb54da2ff529580c;hb=990dba649852d79a3ac5f9540a713f6207cf7ea8;hp=bf824fef3c71bf4fa2b4f66aaed89ff17a021e43;hpb=8ec87df3762f27bbd77fb28474d1e46ad23c9e28;p=u-boot diff --git a/common/image-sig.c b/common/image-sig.c index bf824fef3c..d9f712fc1e 100644 --- a/common/image-sig.c +++ b/common/image-sig.c @@ -347,7 +347,7 @@ int fit_config_check_sig(const void *fit, int noffset, int required_keynode, /* * Each node can generate one region for each sub-node. Allow for - * 7 sub-nodes (hash@1, signature@1, etc.) and some extra. + * 7 sub-nodes (hash-1, signature-1, etc.) and some extra. */ max_regions = 20 + count * 7; struct fdt_region fdt_regions[max_regions];