mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
12 lines
258 B
Text
12 lines
258 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/**
|
||
|
* Devicetree file with the public key EFI Signature List(ESL)
|
||
|
* node. This file is used to generate the dtsi file to be
|
||
|
* included into the DTB.
|
||
|
*/
|
||
|
/ {
|
||
|
signature {
|
||
|
capsule-key = /incbin/("ESL_BIN_FILE");
|
||
|
};
|
||
|
};
|