aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_65x
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/model_65x')
-rw-r--r--src/cpu/intel/model_65x/Makefile.inc1
-rw-r--r--src/cpu/intel/model_65x/model_65x_init.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/intel/model_65x/Makefile.inc b/src/cpu/intel/model_65x/Makefile.inc
index 1087a53e65..16ca902982 100644
--- a/src/cpu/intel/model_65x/Makefile.inc
+++ b/src/cpu/intel/model_65x/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_65x_init.c
diff --git a/src/cpu/intel/model_65x/model_65x_init.c b/src/cpu/intel/model_65x/model_65x_init.c
index 6ad3bcf33e..cf1394add8 100644
--- a/src/cpu/intel/model_65x/model_65x_init.c
+++ b/src/cpu/intel/model_65x/model_65x_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>