blob: d48e59f859b5f3f3a0bd93b24f18a821f0e07cae (
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 = "accept";
};
};
};
|