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

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

	binman {
		size = <3>;

		u-boot {
		};
	};
};