commit | eb0086fa59e61561a5eca61b9ab8323d8a0cbf9c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 24 07:23:04 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | 3ce04e2caa966cde40cf5dd4a8ca10ea549207b4 | |
parent | bf4d0e284267067a65000f37c66cd4f05253381f [diff] |
binman: Increase size of TPL and SPL test data At present these are large enough to hold 20 bytes of symbol data. Add four more bytes so we can add another test. Unfortunately at present this involves changing a few test files to make room. We could adjust the test files to not specify sizes for entries. Then we could make the tests check the actual sizes. But for now, leave it as it is, since the effort is minor. Signed-off-by: Simon Glass <sjg@chromium.org>