commit | c7722e84170a1b855da808c6e6aab4f871b15e0d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Apr 03 11:05:09 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 29 03:23:39 2021 -0700 |
tree | e2df2f691e42dd88349badd8da78676ab535470f | |
parent | ec6db6c297afa8ef9f72c73c067d98e764aeae25 [diff] |
binman: Tweak implementation of fmap Use an interator in two of the fmap tests so it is easier to add new items. Also check the name first since that is the first indication that something is wrong. Use a variable for the expected size of the fmap to avoid repeating the code. Signed-off-by: Simon Glass <sjg@chromium.org>