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

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

	binman {
		size = <7>;

		u-boot {
		};
	};
};