aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_67x
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/model_67x')
-rw-r--r--src/cpu/intel/model_67x/Makefile.inc1
-rw-r--r--src/cpu/intel/model_67x/model_67x_init.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/intel/model_67x/Makefile.inc b/src/cpu/intel/model_67x/Makefile.inc
index 54fc9052a2..d9b07374e6 100644
--- a/src/cpu/intel/model_67x/Makefile.inc
+++ b/src/cpu/intel/model_67x/Makefile.inc
@@ -1,4 +1,3 @@
-## This file is part of the coreboot project.
## SPDX-License-Identifier: GPL-2.0-or-later
ramstage-y += model_67x_init.c
diff --git a/src/cpu/intel/model_67x/model_67x_init.c b/src/cpu/intel/model_67x/model_67x_init.c
index 8b4ecd9f47..427d658682 100644
--- a/src/cpu/intel/model_67x/model_67x_init.c
+++ b/src/cpu/intel/model_67x/model_67x_init.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <device/device.h>
#include <cpu/cpu.h>