Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
7b2d4ecd7f6593771dd3118c8bab525d727a91e0
/
.
/
lib
/
efi_loader
/
capsule_esl.dtsi.in
blob: bc7db836faa8fa560e7e42ab2418e0a82bba8a17 [
file
] [
log
] [
blame
]
// 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"
);
};
};