diff options
| author | Michael Brown | 2026-01-14 14:25:34 +0100 | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| committer | Michael Brown | 2026-01-14 14:25:34 +0100 | ||||||||
| commit | 6cccb3bdc00359068c07125258d71ce24db5118a (patch) | |||||||||
| tree | 11120ed933b1846fadc4eaf543d35d1098e95803 /src/interface/efi/efi_settings.c | |||||||||
| parent | [build] Check for standalone FILE_LICENCE() and FILE_SECBOOT() declarations (diff) | /* * IMX7 Secure Non-Volatile Storage * * Copyright (c) 2018, Impinj, Inc. * * Author: Andrey Smirnov <andrew.smirnov@gmail.com> * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. *|||||||||
| -rw-r--r-- | src/interface/efi/efi_settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/efi/efi_settings.c b/src/interface/efi/efi_settings.c index 5ddbe12f1..95fe2c03c 100644 --- a/src/interface/efi/efi_settings.c +++ b/src/interface/efi/efi_settings.c @@ -22,6 +22,7 @@ */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); +FILE_SECBOOT ( PERMITTED ); /** * @file |
