summaryrefslogtreecommitdiff
path: root/tools/binman/test/187_symbols_sub.dts
blob: 54511a737112eb903a1a6acc88e9e4c280ba1e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/dts-v1/;

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

	binman {
		section {
			pad-byte = <0xff>;
			u-boot-spl {
			};

			u-boot {
				offset = <24>;
			};
		};

		u-boot-spl2 {
			type = "u-boot-spl";
		};
	};
};