summaryrefslogtreecommitdiff
path: root/tools/binman/test/25_pack_zero_size.dts
blob: 7d2baad3c6d456b1a89ba371de5774e0a00e13f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/dts-v1/;

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

	binman {
		u-boot {
		};

		u-boot-spl {
			pos = <0>;
		};
	};
};