diff options
author | Tom Rini <trini@konsulko.com> | 2017-12-14 15:46:07 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-14 15:46:07 -0500 |
commit | 15616a0aa58173bce1efe47569bf2e10d023ae9c (patch) | |
tree | 57a9d4613a8534360816344cd0a331fd15649e80 /tools/binman/test/28_pack_4gb_outside.dts | |
parent | 7ef548e6008d4225e0ae7c9af35cb76558756a62 (diff) | |
parent | 854dfbf99b89c114ba100905e1500b8ace60e0f9 (diff) |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'tools/binman/test/28_pack_4gb_outside.dts')
-rw-r--r-- | tools/binman/test/28_pack_4gb_outside.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/test/28_pack_4gb_outside.dts b/tools/binman/test/28_pack_4gb_outside.dts index ff468c7d41..18d6bb5b8a 100644 --- a/tools/binman/test/28_pack_4gb_outside.dts +++ b/tools/binman/test/28_pack_4gb_outside.dts @@ -7,13 +7,13 @@ binman { sort-by-pos; end-at-4gb; - size = <16>; + size = <32>; u-boot { pos = <0>; }; u-boot-spl { - pos = <0xfffffff7>; + pos = <0xffffffeb>; }; }; }; |