summaryrefslogtreecommitdiff
path: root/tools/binman/test/07_bad_align.dts
blob: 123bb13558186ef9a4072504d2566686c5616cc7 (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 = <23>;
		};
	};
};