aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/control.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-09-14 04:57:22 -0600
committerSimon Glass <sjg@chromium.org>2018-09-28 11:09:01 -0600
commit539aece516d87084437a38d879a1b91c661209f8 (patch)
treea45acd2eefdd43707b7f5176a1b24e008b8d3668 /tools/binman/control.py
parentf46621d255181bd8d1e8092945ffc66147b88531 (diff)
downloadu-boot-539aece516d87084437a38d879a1b91c661209f8.zip
u-boot-539aece516d87084437a38d879a1b91c661209f8.tar.gz
u-boot-539aece516d87084437a38d879a1b91c661209f8.tar.bz2
binman: Obtain the list of device trees from the config
We always have a device tree for U-Boot proper. But we may also have one for SPL and TPL. Add a new Entry method to find out what DTs an entry has, and use that list when updating DTs. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/control.py')
-rw-r--r--tools/binman/control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/control.py b/tools/binman/control.py
index fd8b779..49d49a0 100644
--- a/tools/binman/control.py
+++ b/tools/binman/control.py
@@ -137,7 +137,7 @@ def Binman(options, args):
if skip:
print 'Skipping images: %s\n' % ', '.join(skip)
- state.Prepare(dtb)
+ state.Prepare(images, dtb)
# Prepare the device tree by making sure that any missing
# properties are added (e.g. 'pos' and 'size'). The values of these