We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8aafe commit 93866f7Copy full SHA for 93866f7
tools/keytools/sign.c
@@ -2263,6 +2263,10 @@ static void set_signature_sizes(int secondary)
2263
else
2264
printf("Environment variable IMAGE_HEADER_SIZE=%u overridden.\n", suggested_sz);
2265
}
2266
+ if ((CMD.header_sz == 256) && (CMD.delta)) {
2267
+ printf("Adjusting header size to fit base image of delta update \n");
2268
+ CMD.header_sz <<= 1;
2269
+ }
2270
printf("Manifest header size: %u\n", CMD.header_sz);
2271
2272
0 commit comments