[U-Boot] [PATCH 11/53] binman: Simplify state.fdt_subset

sjg at google.com sjg at google.com
Mon Jul 29 21:22:41 UTC 2019


At present this excludes the device tree passed in to binman since it
is always returned first by GetAllFdts(). However, this is easy to ensure
by adding a check in that function. Change this dict to includes all
device trees, and rename it to fdt_set.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/binman/state.py | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list