Re: [U-Boot] [PATCH v2] fdt: Fix mkimage list to try every header type

2019-04-12 Thread sjg
Image type is not supplied to `mkimage -l`. For this reason, we cannot use imagetool_verify_print_header_by_type. Instead, this patch uses imagetool_verify_print_header to look through all header types to find one where image validation succeeds. This patch fixes failures in

[U-Boot] [PATCH v2] fdt: Fix mkimage list to try every header type

2019-04-10 Thread Jordan Hand
Image type is not supplied to `mkimage -l`. For this reason, we cannot use imagetool_verify_print_header_by_type. Instead, this patch uses imagetool_verify_print_header to look through all header types to find one where image validation succeeds. This patch fixes failures in