summaryrefslogtreecommitdiff
path: root/tools/binman/test/318_capsule_missing_guid.dts
blob: 85d3317ecb5791e7f6a4198688727962e3c40183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: GPL-2.0+

/dts-v1/;

/ {
	binman {
		efi-capsule {
			image-index = <0x1>;
			hardware-instance = <0x0>;

			blob {
				filename = "capsule_input.bin";
			};
		};
	};
};