aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/25_pack_zero_size.dts
blob: e863c44e3fde5ca41709f37f7a9b0aac9440deaf (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 {
			offset = <0>;
		};
	};
};