diff options
Diffstat (limited to 'roms/u-boot/tools/binman/test/118_fdtmap_hdr_pos.dts')
-rw-r--r-- | roms/u-boot/tools/binman/test/118_fdtmap_hdr_pos.dts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roms/u-boot/tools/binman/test/118_fdtmap_hdr_pos.dts b/roms/u-boot/tools/binman/test/118_fdtmap_hdr_pos.dts new file mode 100644 index 000000000..fd803f57f --- /dev/null +++ b/roms/u-boot/tools/binman/test/118_fdtmap_hdr_pos.dts @@ -0,0 +1,19 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + size = <0x400>; + sort-by-offset; + u-boot { + offset = <0x100>; + }; + fdtmap { + }; + image-header { + offset = <0x80>; + }; + }; +}; |