summaryrefslogtreecommitdiffstats
path: root/src/cpu/qemu-power8
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/qemu-power8')
-rw-r--r--src/cpu/qemu-power8/Kconfig1
-rw-r--r--src/cpu/qemu-power8/Makefile.inc1
-rw-r--r--src/cpu/qemu-power8/qemu.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/qemu-power8/Kconfig b/src/cpu/qemu-power8/Kconfig
index 50a67d6ccf45..37fd356d3015 100644
--- a/src/cpu/qemu-power8/Kconfig
+++ b/src/cpu/qemu-power8/Kconfig
@@ -1,5 +1,4 @@
##
-## This file is part of the coreboot project.
##
## SPDX-License-Identifier: GPL-2.0-only
diff --git a/src/cpu/qemu-power8/Makefile.inc b/src/cpu/qemu-power8/Makefile.inc
index ca67db459478..79e623f30364 100644
--- a/src/cpu/qemu-power8/Makefile.inc
+++ b/src/cpu/qemu-power8/Makefile.inc
@@ -1,4 +1,3 @@
-## This file is part of the coreboot project.
## SPDX-License-Identifier: GPL-2.0-or-later
ramstage-y += qemu.c
diff --git a/src/cpu/qemu-power8/qemu.c b/src/cpu/qemu-power8/qemu.c
index f3a2845eea57..2da3c9f9b357 100644
--- a/src/cpu/qemu-power8/qemu.c
+++ b/src/cpu/qemu-power8/qemu.c
@@ -1,4 +1,3 @@
-/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <cpu/cpu.h>