aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/mec1308
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/mec1308')
-rw-r--r--src/superio/smsc/mec1308/Kconfig1
-rw-r--r--src/superio/smsc/mec1308/Makefile.inc1
-rw-r--r--src/superio/smsc/mec1308/acpi/superio.asl1
-rw-r--r--src/superio/smsc/mec1308/mec1308.h1
-rw-r--r--src/superio/smsc/mec1308/superio.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/superio/smsc/mec1308/Kconfig b/src/superio/smsc/mec1308/Kconfig
index 559be63cbe..e90b2bab19 100644
--- a/src/superio/smsc/mec1308/Kconfig
+++ b/src/superio/smsc/mec1308/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_SMSC_MEC1308
bool
diff --git a/src/superio/smsc/mec1308/Makefile.inc b/src/superio/smsc/mec1308/Makefile.inc
index a4f8bed0f6..d334badbe8 100644
--- a/src/superio/smsc/mec1308/Makefile.inc
+++ b/src/superio/smsc/mec1308/Makefile.inc
@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_SMSC_MEC1308) += superio.c
diff --git a/src/superio/smsc/mec1308/acpi/superio.asl b/src/superio/smsc/mec1308/acpi/superio.asl
index 2d99efe5bd..b688697ace 100644
--- a/src/superio/smsc/mec1308/acpi/superio.asl
+++ b/src/superio/smsc/mec1308/acpi/superio.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
// Scope is \_SB.PCI0.LPCB
diff --git a/src/superio/smsc/mec1308/mec1308.h b/src/superio/smsc/mec1308/mec1308.h
index 5450c53836..432bb10b60 100644
--- a/src/superio/smsc/mec1308/mec1308.h
+++ b/src/superio/smsc/mec1308/mec1308.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_SMSC_MEC1308_H
#define SUPERIO_SMSC_MEC1308_H
diff --git a/src/superio/smsc/mec1308/superio.c b/src/superio/smsc/mec1308/superio.c
index fa2f851f78..6c8597c0a8 100644
--- a/src/superio/smsc/mec1308/superio.c
+++ b/src/superio/smsc/mec1308/superio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
/* RAM driver for the SMSC MEC1308 Super I/O chip */