Re: [PATCH] binman: Skip processing "hash" subnodes of FIT subsections

2022-02-08 Thread Simon Glass
Hi Alper, On Tue, 8 Feb 2022 at 16:07, Alper Nebi Yasak wrote: > > Binman's FIT entry type can have image subentries with "hash" subnodes > intended to be processed by mkimage, but not binman. However, the Entry > class and any subclass that reuses its implementation tries to process > these unco

[PATCH] binman: Skip processing "hash" subnodes of FIT subsections

2022-02-08 Thread Alper Nebi Yasak
Binman's FIT entry type can have image subentries with "hash" subnodes intended to be processed by mkimage, but not binman. However, the Entry class and any subclass that reuses its implementation tries to process these unconditionally. This can lead to an error when boards specify hash algorithms