Merge tag 'u-boot-at91-fixes-2022.04-a' of https://source.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / test / py / tests / test_efi_capsule / signature.dts
1 // SPDX-License-Identifier: GPL-2.0+
2
3 /dts-v1/;
4 /plugin/;
5
6 &{/} {
7         signature {
8                 capsule-key = /incbin/("SIGNER.esl");
9         };
10 };