summaryrefslogtreecommitdiffstats
path: root/src/superio/fintek/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/common')
-rw-r--r--src/superio/fintek/common/Kconfig1
-rw-r--r--src/superio/fintek/common/early_serial.c1
-rw-r--r--src/superio/fintek/common/fan_api_call.c1
-rw-r--r--src/superio/fintek/common/fan_control.h1
-rw-r--r--src/superio/fintek/common/fintek.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/superio/fintek/common/Kconfig b/src/superio/fintek/common/Kconfig
index 30d106a43294..a0ba6d46f602 100644
--- a/src/superio/fintek/common/Kconfig
+++ b/src/superio/fintek/common/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
# Generic Fintek romstage driver - Just enough UART initialisation code for
# romstage.
diff --git a/src/superio/fintek/common/early_serial.c b/src/superio/fintek/common/early_serial.c
index ed5cd8c1d41f..79af111c2ea0 100644
--- a/src/superio/fintek/common/early_serial.c
+++ b/src/superio/fintek/common/early_serial.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
/*
* A generic romstage (pre-ram) driver for Fintek variant Super I/O chips.
diff --git a/src/superio/fintek/common/fan_api_call.c b/src/superio/fintek/common/fan_api_call.c
index 9e10681c4b45..78d21788eca8 100644
--- a/src/superio/fintek/common/fan_api_call.c
+++ b/src/superio/fintek/common/fan_api_call.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 "fan_control.h"
diff --git a/src/superio/fintek/common/fan_control.h b/src/superio/fintek/common/fan_control.h
index b82681830f74..1f383d26519e 100644
--- a/src/superio/fintek/common/fan_control.h
+++ b/src/superio/fintek/common/fan_control.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_FAN_CONTROL_H
#define SUPERIO_FINTEK_FAN_CONTROL_H
diff --git a/src/superio/fintek/common/fintek.h b/src/superio/fintek/common/fintek.h
index 81e8e672383e..428afc086a2b 100644
--- a/src/superio/fintek/common/fintek.h
+++ b/src/superio/fintek/common/fintek.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_COMMON_PRE_RAM_H
#define SUPERIO_FINTEK_COMMON_PRE_RAM_H