blob: 31268b20b88405efb24efbc09c4cde698183061e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
binman {
efi-empty-capsule {
/* Image GUID for testing capsule update */
image-guid = "binman-test";
capsule-type = "foo";
};
};
};
|