summaryrefslogtreecommitdiff
path: root/tools/binman/test/011_pack_align_size_power2.dts
blob: 04f7672ea47158c0c2b1596de393249c3a6f5f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/dts-v1/;

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

	binman {
		u-boot {
			align-size = <55>;
		};
	};
};