diff options
Diffstat (limited to 'src/security/lockdown')
-rw-r--r-- | src/security/lockdown/Makefile.inc | 1 | ||||
-rw-r--r-- | src/security/lockdown/lockdown.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/security/lockdown/Makefile.inc b/src/security/lockdown/Makefile.inc index 6ccc5571d4..00405fa6f5 100644 --- a/src/security/lockdown/Makefile.inc +++ b/src/security/lockdown/Makefile.inc @@ -1,5 +1,4 @@ ## SPDX-License-Identifier: GPL-2.0-or-later -## This file is part of the coreboot project. ifneq ($(CONFIG_BOOTMEDIA_LOCK_NONE),y) diff --git a/src/security/lockdown/lockdown.c b/src/security/lockdown/lockdown.c index 62d0a2914a..81478cc044 100644 --- a/src/security/lockdown/lockdown.c +++ b/src/security/lockdown/lockdown.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* This file is part of the coreboot project. */ #include <boot_device.h> #include <commonlib/region.h> |