summaryrefslogtreecommitdiffstats
path: root/src/superio/winbond/w83977tf
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83977tf')
-rw-r--r--src/superio/winbond/w83977tf/Kconfig1
-rw-r--r--src/superio/winbond/w83977tf/Makefile.inc1
-rw-r--r--src/superio/winbond/w83977tf/acpi/superio.asl1
-rw-r--r--src/superio/winbond/w83977tf/superio.c1
-rw-r--r--src/superio/winbond/w83977tf/w83977tf.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/superio/winbond/w83977tf/Kconfig b/src/superio/winbond/w83977tf/Kconfig
index e7f25ab1e70a..965c08a93d04 100644
--- a/src/superio/winbond/w83977tf/Kconfig
+++ b/src/superio/winbond/w83977tf/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_WINBOND_W83977TF
bool
diff --git a/src/superio/winbond/w83977tf/Makefile.inc b/src/superio/winbond/w83977tf/Makefile.inc
index c407bbf27e24..3e29122c56f1 100644
--- a/src/superio/winbond/w83977tf/Makefile.inc
+++ b/src/superio/winbond/w83977tf/Makefile.inc
@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_WINBOND_W83977TF) += superio.c
diff --git a/src/superio/winbond/w83977tf/acpi/superio.asl b/src/superio/winbond/w83977tf/acpi/superio.asl
index 918d1e1398c5..cd514d07df20 100644
--- a/src/superio/winbond/w83977tf/acpi/superio.asl
+++ b/src/superio/winbond/w83977tf/acpi/superio.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
/*
* Include this file into a southbridge ASL block and it will
diff --git a/src/superio/winbond/w83977tf/superio.c b/src/superio/winbond/w83977tf/superio.c
index 04b26e0f608f..4187b52a4293 100644
--- a/src/superio/winbond/w83977tf/superio.c
+++ b/src/superio/winbond/w83977tf/superio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>
diff --git a/src/superio/winbond/w83977tf/w83977tf.h b/src/superio/winbond/w83977tf/w83977tf.h
index 54f5bed59e0e..d12bf89ab41f 100644
--- a/src/superio/winbond/w83977tf/w83977tf.h
+++ b/src/superio/winbond/w83977tf/w83977tf.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_WINBOND_W83977TF_W83977TF_H
#define SUPERIO_WINBOND_W83977TF_W83977TF_H