binman: Adjust _GetPropTree() parameters
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:52 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commitcee02e6ff422fdb8b543a8097b84a9682785f46d
tree2362ebc78d7b5f00313700407bebc7cc29cc6131
parent15a587c9cec246ec69d96fce8f146e0c835b3670
binman: Adjust _GetPropTree() parameters

At present this function takes a filename, but it is better to use an Fdt
object so that the caller can control this, perhaps obtainint the device
tree from a bytearray. Update the method accordingly and also fix a
confusing parameter name.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py