
29 Jul
2019
29 Jul
'19
11:22 p.m.
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@chromium.org ---
tools/binman/state.py | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-)
Applied to u-boot-dm, thanks!