diff options
author | Simon Glass | 2019-08-24 07:23:04 -0600 |
---|---|---|
committer | Simon Glass | 2019-10-15 08:40:02 -0600 |
commit | eb0086fa59e61561a5eca61b9ab8323d8a0cbf9c (patch) | |
tree | 3ce04e2caa966cde40cf5dd4a8ca10ea549207b4 /tools/binman/test/028_pack_4gb_outside.dts | |
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>
Diffstat (limited to 'tools/binman/test/028_pack_4gb_outside.dts')
-rw-r--r-- | tools/binman/test/028_pack_4gb_outside.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/test/028_pack_4gb_outside.dts b/tools/binman/test/028_pack_4gb_outside.dts index 2216abfb70c..11a1f6059e2 100644 --- a/tools/binman/test/028_pack_4gb_outside.dts +++ b/tools/binman/test/028_pack_4gb_outside.dts @@ -13,7 +13,7 @@ }; u-boot-spl { - offset = <0xffffffeb>; + offset = <0xffffffe7>; }; }; }; |