summaryrefslogtreecommitdiff
path: root/tools/binman/test/20_pack_inv_image_align_power2.dts
blob: a428c4be5204f5452ec40a167035ad163f14e3b4 (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 = <131>;

		u-boot {
		};
	};
};