Re: [U-Boot] [PATCH v2 04/31] binman: Add a convenience functions for real-DTB tests

2019-07-17 Thread sjg
Quite a few tests will use a real device tree and need it updated with the binman metadata. Add a helper function for this. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/ftest.py | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) Applied to u-boot-dm, than

[U-Boot] [PATCH v2 04/31] binman: Add a convenience functions for real-DTB tests

2019-07-08 Thread Simon Glass
Quite a few tests will use a real device tree and need it updated with the binman metadata. Add a helper function for this. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/ftest.py | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/tools/binman/