summaryrefslogtreecommitdiffstats
path: root/src/superio/smsc/sio1007
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/sio1007')
-rw-r--r--src/superio/smsc/sio1007/Kconfig1
-rw-r--r--src/superio/smsc/sio1007/Makefile.inc1
-rw-r--r--src/superio/smsc/sio1007/acpi/superio.asl1
-rw-r--r--src/superio/smsc/sio1007/early_serial.c1
-rw-r--r--src/superio/smsc/sio1007/sio1007.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/superio/smsc/sio1007/Kconfig b/src/superio/smsc/sio1007/Kconfig
index 74ab4b15bd1a..312523ff1430 100644
--- a/src/superio/smsc/sio1007/Kconfig
+++ b/src/superio/smsc/sio1007/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_SMSC_SIO1007
bool
diff --git a/src/superio/smsc/sio1007/Makefile.inc b/src/superio/smsc/sio1007/Makefile.inc
index 0a8a652769f9..a96aeb5502ca 100644
--- a/src/superio/smsc/sio1007/Makefile.inc
+++ b/src/superio/smsc/sio1007/Makefile.inc
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
bootblock-$(CONFIG_SUPERIO_SMSC_SIO1007) += early_serial.c
romstage-$(CONFIG_SUPERIO_SMSC_SIO1007) += early_serial.c
diff --git a/src/superio/smsc/sio1007/acpi/superio.asl b/src/superio/smsc/sio1007/acpi/superio.asl
index c301a7980680..b42e71eae9fd 100644
--- a/src/superio/smsc/sio1007/acpi/superio.asl
+++ b/src/superio/smsc/sio1007/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/sio1007/early_serial.c b/src/superio/smsc/sio1007/early_serial.c
index bb22604b26cb..cdaf83d76e97 100644
--- a/src/superio/smsc/sio1007/early_serial.c
+++ b/src/superio/smsc/sio1007/early_serial.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <stdint.h>
#include <arch/io.h>
diff --git a/src/superio/smsc/sio1007/sio1007.h b/src/superio/smsc/sio1007/sio1007.h
index d69d95c679d6..86b4417f8db1 100644
--- a/src/superio/smsc/sio1007/sio1007.h
+++ b/src/superio/smsc/sio1007/sio1007.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_SMSC_SIO1007_H
#define SUPERIO_SMSC_SIO1007_H