]> git.baikalelectronics.ru Git - uboot.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)
commit5fbd5ebc633cdcee7873c13c1f1d947b4a2e1c98
treed2af7324bdb2209f70fc8530c113b7abdae5f132
parentbe7a3afd622a1fd00c8910bde46a0f3de74c31af
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