commit | c8135dce4b32d8ac373e3b37df2259b86c8e52a1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:21 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 28 11:09:01 2018 -0600 |
tree | 1abc966d98fefc9eb298b5336ad380f54612b42a | |
parent | bdb4031d5ee484e01e886201e479048fee2a76b4 [diff] |
binman: Centralise device-tree updates within binman At present we have a few calls to device-tree functions in binman and plan to add more as we add new entry types which need to report their results. It makes sense to put this code in a central place so that we can make sure all device trees are updated. At present we only have U-Boot proper, but plan to add SPL and TPL too. Signed-off-by: Simon Glass <sjg@chromium.org>