diff options
| author | Simon Glass <sjg@chromium.org> | 2021-04-03 11:05:10 +1300 |
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2021-04-29 03:23:39 -0700 |
| commit | 1736575b0cfe5dfe511a2904dd84289fc781728e (patch) | |
| tree | 98596a380d7ea8185f6701c2300c3815a6504a7e /tools/binman/test | |
| parent | c7722e84170a1b855da808c6e6aab4f871b15e0d (diff) | |
| download | u-boot-1736575b0cfe5dfe511a2904dd84289fc781728e.tar.gz u-boot-1736575b0cfe5dfe511a2904dd84289fc781728e.tar.xz u-boot-1736575b0cfe5dfe511a2904dd84289fc781728e.zip | |
binman: Support adding sections to FMAPs
When used with hierarchical images, use the Chromium OS convention of
adding a section before all the subentries it contains.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/test')
| -rw-r--r-- | tools/binman/test/095_fmap_x86_section.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/test/095_fmap_x86_section.dts b/tools/binman/test/095_fmap_x86_section.dts index 4cfce45670..fd5f018c92 100644 --- a/tools/binman/test/095_fmap_x86_section.dts +++ b/tools/binman/test/095_fmap_x86_section.dts @@ -7,7 +7,7 @@ binman { end-at-4gb; - size = <0x100>; + size = <0x180>; u-boot { }; section { |
