Re: [U-Boot] [PATCH 25/53] binman: Add a constant for common entry properties

2019-07-29 Thread sjg
We use this same combination of properties several times in tests. Add a constant for it to avoid typos, etc. Signed-off-by: Simon Glass --- tools/binman/ftest.py | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) Applied to u-boot-dm, thanks! ___

[U-Boot] [PATCH 25/53] binman: Add a constant for common entry properties

2019-07-20 Thread Simon Glass
We use this same combination of properties several times in tests. Add a constant for it to avoid typos, etc. Signed-off-by: Simon Glass --- tools/binman/ftest.py | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py in