diff options
Diffstat (limited to 'tools/binman/test/116_fdtmap_hdr.dts')
-rw-r--r-- | tools/binman/test/116_fdtmap_hdr.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/binman/test/116_fdtmap_hdr.dts b/tools/binman/test/116_fdtmap_hdr.dts new file mode 100644 index 0000000000..77a2194b39 --- /dev/null +++ b/tools/binman/test/116_fdtmap_hdr.dts @@ -0,0 +1,17 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + size = <0x400>; + u-boot { + }; + fdtmap { + }; + image-header { + location = "end"; + }; + }; +}; |