commit | 039d65f75321e1fcc5350a0f55a0f86d0c0620f2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 02 17:02:43 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 13:15:14 2023 -0800 |
tree | d2af7324bdb2209f70fc8530c113b7abdae5f132 | |
parent | b9b9b27cef9f942455758958bc2eac8f69afae91 [diff] |
binman: Handle missing bintools correctly in fit At present these are handled as if they are allowed to be missing, but this is only true if the -M flag is provided. Fix this and add a test. Signed-off-by: Simon Glass <sjg@chromium.org>