Re: [PATCH 1/3] binman: Ignore hash*, signature* nodes in sections

2020-08-29 Thread Simon Glass
Hi Alper, On Tue, 25 Aug 2020 at 12:01, Alper Nebi Yasak wrote: > > Switch to str.startswith for matching like the FIT etype does since the > current version doesn't ignore 'hash-1', 'hash-2', etc. > > Signed-off-by: Alper Nebi Yasak > --- > > tools/binman/etype/section.py | 2 +- > 1 file chan

[PATCH 1/3] binman: Ignore hash*, signature* nodes in sections

2020-08-25 Thread Alper Nebi Yasak
Switch to str.startswith for matching like the FIT etype does since the current version doesn't ignore 'hash-1', 'hash-2', etc. Signed-off-by: Alper Nebi Yasak --- tools/binman/etype/section.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/binman/etype/section.py b/t