]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Handle missing bintools correctly in fit
authorSimon Glass <sjg@chromium.org>
Fri, 3 Mar 2023 00:02:43 +0000 (17:02 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 21:15:14 +0000 (13:15 -0800)
commit033828cf34e11776913298385efac406de89dd08
treed2af7324bdb2209f70fc8530c113b7abdae5f132
parente00197f92d8485a1285903227f6ee5058ee423df
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>
tools/binman/etype/fit.py
tools/binman/ftest.py