]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4001f3cd249703243e5e25b0ccff84d2996bb417
tree2362ebc78d7b5f00313700407bebc7cc29cc6131
parent0a992c00b7de49b5c1aab011b466317f5bfcf898
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