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

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

	binman {
		multiple-images;
		image1 {
			filename = "test-name";
			u-boot {
			};
		};

		image2 {
			filename = "test-name.xx";
			u-boot {
			};
		};
	};
};