summaryrefslogtreecommitdiff
path: root/tools/binman/test/029_x86_rom.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-24 16:23:04 +0300
committerSimon Glass <sjg@chromium.org>2019-10-15 17:40:02 +0300
commiteb0086fa59e61561a5eca61b9ab8323d8a0cbf9c (patch)
tree3ce04e2caa966cde40cf5dd4a8ca10ea549207b4 /tools/binman/test/029_x86_rom.dts
parentbf4d0e284267067a65000f37c66cd4f05253381f (diff)
downloadu-boot-eb0086fa59e61561a5eca61b9ab8323d8a0cbf9c.tar.xz
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/029_x86_rom.dts')
-rw-r--r--tools/binman/test/029_x86_rom.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/test/029_x86_rom.dts b/tools/binman/test/029_x86_rom.dts
index d5c69f9d4a..88aa007bba 100644
--- a/tools/binman/test/029_x86_rom.dts
+++ b/tools/binman/test/029_x86_rom.dts
@@ -13,7 +13,7 @@
};
u-boot-spl {
- offset = <0xffffffeb>;
+ offset = <0xffffffe7>;
};
};
};