summaryrefslogtreecommitdiff
path: root/tools/binman/test/36_u_boot_img.dts
blob: aa5a3fe4810eefca69a0ce6dd73dd24078380b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
/dts-v1/;

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

	binman {
		u-boot-img {
		};
	};
};