summaryrefslogtreecommitdiff
path: root/src/superio/smsc/fdc37n972
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/fdc37n972')
-rw-r--r--src/superio/smsc/fdc37n972/Kconfig1
-rw-r--r--src/superio/smsc/fdc37n972/Makefile.inc1
-rw-r--r--src/superio/smsc/fdc37n972/fdc37n972.h1
-rw-r--r--src/superio/smsc/fdc37n972/superio.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/smsc/fdc37n972/Kconfig b/src/superio/smsc/fdc37n972/Kconfig
index c93e2d5bc1..912f4ad094 100644
--- a/src/superio/smsc/fdc37n972/Kconfig
+++ b/src/superio/smsc/fdc37n972/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_SMSC_FDC37N972
bool
diff --git a/src/superio/smsc/fdc37n972/Makefile.inc b/src/superio/smsc/fdc37n972/Makefile.inc
index b45496b536..19ca7a74a1 100644
--- a/src/superio/smsc/fdc37n972/Makefile.inc
+++ b/src/superio/smsc/fdc37n972/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_FDC37N972) += superio.c
diff --git a/src/superio/smsc/fdc37n972/fdc37n972.h b/src/superio/smsc/fdc37n972/fdc37n972.h
index eb8a89c380..b8b8bae6ed 100644
--- a/src/superio/smsc/fdc37n972/fdc37n972.h
+++ b/src/superio/smsc/fdc37n972/fdc37n972.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_SMSC_FDC37N972_H
#define SUPERIO_SMSC_FDC37N972_H
diff --git a/src/superio/smsc/fdc37n972/superio.c b/src/superio/smsc/fdc37n972/superio.c
index bf8e35fc8e..a62bba8623 100644
--- a/src/superio/smsc/fdc37n972/superio.c
+++ b/src/superio/smsc/fdc37n972/superio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>