aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/smmstore
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/smmstore')
-rw-r--r--src/drivers/smmstore/Kconfig1
-rw-r--r--src/drivers/smmstore/smi.c1
-rw-r--r--src/drivers/smmstore/store.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/smmstore/Kconfig b/src/drivers/smmstore/Kconfig
index bbc1723cea..a9debd259b 100644
--- a/src/drivers/smmstore/Kconfig
+++ b/src/drivers/smmstore/Kconfig
@@ -1,5 +1,4 @@
##
-## This file is part of the coreboot project.
##
## SPDX-License-Identifier: GPL-2.0-only
diff --git a/src/drivers/smmstore/smi.c b/src/drivers/smmstore/smi.c
index 57f79b8c46..083535c877 100644
--- a/src/drivers/smmstore/smi.c
+++ b/src/drivers/smmstore/smi.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <console/console.h>
#include <smmstore.h>
diff --git a/src/drivers/smmstore/store.c b/src/drivers/smmstore/store.c
index dbad085d7c..252ea8d47b 100644
--- a/src/drivers/smmstore/store.c
+++ b/src/drivers/smmstore/store.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <boot_device.h>
#include <cbfs.h>