commit | 956a9082d325fae2b8c840d6974b6d090a8a21a7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 07 21:32:03 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 17 14:32:24 2020 +0800 |
tree | 271bd07cb3e5c33b810b2c6c505e515c0e5aad14 | |
parent | db6fb7d152bf39d2781b61d89458900660544b91 [diff] |
binman: Refactor binman_entry_find() to allow other nodes At present we can only read from a top-level binman node entry. Refactor this function to produce a second local function which supports reading from any node. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>