summaryrefslogtreecommitdiff
path: root/tools/binman/test/18_pack_image_align.dts
blob: 16cd2a422ef3b2e4c0c01deb7501f8996a0df685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <1>;

	binman {
		align-size = <16>;

		u-boot {
		};
	};
};