commit | c7380c6435e1cff43d96d75ae07d9674a68953ce | [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 | c0ef789b44317b4b9151cf3cb7e7b6fe4852c8c9 [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>