binman: Add a convenience functions for real-DTB tests
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:26 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:53:46 +0000 (12:53 -0700)
commit3c0813115b8ebdf940505f6ae5c182d984f49d70
tree7312865b3934e31367db1aa0964f62edea7e0131
parent57460184686f83386712c366cd7722d1aa35f09d
binman: Add a convenience functions for real-DTB tests

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 <sjg@chromium.org>
tools/binman/ftest.py