aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/052_u_boot_spl_nodtb.dts
blob: 7f4e27780fe4250a6c1efb3db91648c2bcbce273 (plain)
1
2
3
4
5
6
7
8
9
10
11
/dts-v1/;

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

	binman {
		u-boot-spl-nodtb {
		};
	};
};