aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/12_pack_inv_align.dts
blob: d8dd600edb8ba7997295cae09e81bbe1c32558b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/dts-v1/;

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

	binman {
		u-boot {
			offset = <5>;
			align = <4>;
		};
	};
};