Skip to content
Snippets Groups Projects
Commit d32aa3ca authored by Jordan Hand's avatar Jordan Hand Committed by Tom Rini
Browse files

fdt: Fix FIT header verification in mkimage and conduct same checks as bootm


FIT header verification in mkimage was treating a return code as a boolean,
which meant that failures in validating the fit were seen as successes.

Additionally, mkimage was checking all formats to find a header which
passes validation, rather than using the image type specified to
mkimage.

checkpatch.pl checks for lines ending with '(' and alignment matching
open parentheses are ignored to keep with existing coding style.

Signed-off-by: default avatarJordan Hand <jorhand@microsoft.com>
parent 280fafff
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment