diff options
Diffstat (limited to 'tools/binman/test/018_pack_image_align.dts')
-rw-r--r-- | tools/binman/test/018_pack_image_align.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/binman/test/018_pack_image_align.dts b/tools/binman/test/018_pack_image_align.dts new file mode 100644 index 0000000000..16cd2a422e --- /dev/null +++ b/tools/binman/test/018_pack_image_align.dts @@ -0,0 +1,13 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + align-size = <16>; + + u-boot { + }; + }; +}; |