commit | 95f1a94fd6e38bfd3fa01120aa94a214e96a83b0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:43 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:05 2019 -0600 |
tree | a9f8deab8c05f1b7980048d18a17edcb3549b8e7 | |
parent | 385138a2444f17ecbd288fe1423a244ea4667e66 [diff] |
binman: Store the entry in output_fdt_files In some cases we want to access the Entry object for a particular device tree. This allows us to read its contents or update it. Add this information to output_fdt_files and provide a function to read it. Also rename output_fdt_files since its name is no-longer descriptive. Signed-off-by: Simon Glass <sjg@chromium.org>