[U-Boot] [PATCH 24/34] binman: Increase size of TPL and SPL test data
sjg at google.com
sjg at google.com
Fri Sep 27 00:38:51 UTC 2019
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 at chromium.org>
---
tools/binman/ftest.py | 14 +++++++-------
tools/binman/test/021_image_pad.dts | 2 +-
tools/binman/test/024_sorted.dts | 2 +-
tools/binman/test/028_pack_4gb_outside.dts | 2 +-
tools/binman/test/029_x86_rom.dts | 2 +-
tools/binman/test/053_symbols.dts | 2 +-
tools/binman/test/149_symbols_tpl.dts | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list