diff options
author | Simon Glass <sjg@chromium.org> | 2017-11-13 18:54:59 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-12-12 19:53:45 -0700 |
commit | f689890d8ec52c8b9d005fbf7f6df00dcf9895db (patch) | |
tree | 436e8ae220835791a97cf7357b1107b593d06a44 /tools/binman/test/21_image_pad.dts | |
parent | 5cfcf7e0fdb265672dd8ee7d3e881190ed06ff98 (diff) |
binman: Adjust size of test SPL binary
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>
Diffstat (limited to 'tools/binman/test/21_image_pad.dts')
-rw-r--r-- | tools/binman/test/21_image_pad.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/test/21_image_pad.dts b/tools/binman/test/21_image_pad.dts index daf8385f6d..bf39dc1b6f 100644 --- a/tools/binman/test/21_image_pad.dts +++ b/tools/binman/test/21_image_pad.dts @@ -10,7 +10,7 @@ }; u-boot { - pos = <12>; + pos = <20>; }; }; }; |