commit | cb31d761f4659fe696f0e7027502dcccbe7aa777 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 13 20:29:56 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 27 17:03:16 2021 -0500 |
tree | ef20071b34d280a8ed379ed1b4073e0a088a945f | |
parent | 1f056fcd75c620cec98ee34ac941c7afdde7fa63 [diff] |
binman: Move selection of the binman node into a function Move this logic out of the main init function so it is available for other purpose. Use a different error when multiple-images is in use but no subnode is available. This makes it easier to determine what is wrong. Signed-off-by: Simon Glass <sjg@chromium.org>