[U-Boot] [PATCH 06/13] binman: Adjust size of test SPL binary
sjg at google.com
sjg at google.com
Fri Dec 8 17:12:03 UTC 2017
This is only 3 bytes long which is not enough to hold two symbol values,
needed to test the binman symbols feature. Increase it to 15 bytes.
Using very small regions is useful since we can easily compare them in
tests and errors are fairly easy to diagnose.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/ftest.py | 12 ++++++------
tools/binman/test/21_image_pad.dts | 2 +-
tools/binman/test/24_sorted.dts | 4 ++--
tools/binman/test/28_pack_4gb_outside.dts | 4 ++--
tools/binman/test/29_x86-rom.dts | 6 +++---
5 files changed, 14 insertions(+), 14 deletions(-)
Applied to u-boot-dm thanks!
More information about the U-Boot
mailing list