
8 Dec
2017
8 Dec
'17
6:12 p.m.
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@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!