ifwitool: Fix syntax issues with ifwitool
Change-Id: Ie7a12a39116ee08f5e24c81c97695201169a63f7 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/15022 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -480,7 +480,8 @@ static void bpdt_print_header(struct bpdt_header *h, const char *name)
|
|||||||
printf("%-25s %-25d\n", "BPDT Version", h->bpdt_version);
|
printf("%-25s %-25d\n", "BPDT Version", h->bpdt_version);
|
||||||
printf("%-25s 0x%-23x\n", "XOR checksum", h->xor_redundant_block);
|
printf("%-25s 0x%-23x\n", "XOR checksum", h->xor_redundant_block);
|
||||||
printf("%-25s 0x%-23x\n", "IFWI Version", h->ifwi_version);
|
printf("%-25s 0x%-23x\n", "IFWI Version", h->ifwi_version);
|
||||||
printf("%-25s 0x%-23lx\n", "FIT Tool Version", h->fit_tool_version);
|
printf("%-25s 0x%-23llx\n", "FIT Tool Version",
|
||||||
|
(long long)h->fit_tool_version);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void bpdt_print_entries(struct bpdt_entry *e, size_t count,
|
static void bpdt_print_entries(struct bpdt_entry *e, size_t count,
|
||||||
|
Reference in New Issue
Block a user