aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/047_spl_bss_pad.dts
blob: 6bd88b83f985a86f009aa42ff2f6b354e68628d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/dts-v1/;

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

	binman {
		u-boot-spl {
		};

		u-boot-spl-bss-pad {
		};

		u-boot {
		};
	};
};