Sughosh Ganu | 3f46bcc | 2023-08-22 23:10:05 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /** | ||||
3 | * Devicetree file with the public key EFI Signature List(ESL) | ||||
4 | * node. This file is used to generate the dtsi file to be | ||||
5 | * included into the DTB. | ||||
6 | */ | ||||
7 | / { | ||||
8 | signature { | ||||
9 | capsule-key = /incbin/("ESL_BIN_FILE"); | ||||
10 | }; | ||||
11 | }; |