summaryrefslogtreecommitdiffstats
path: root/src/superio/smsc/lpc47n207
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/lpc47n207')
-rw-r--r--src/superio/smsc/lpc47n207/Kconfig1
-rw-r--r--src/superio/smsc/lpc47n207/Makefile.inc1
-rw-r--r--src/superio/smsc/lpc47n207/early_serial.c1
-rw-r--r--src/superio/smsc/lpc47n207/lpc47n207.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/smsc/lpc47n207/Kconfig b/src/superio/smsc/lpc47n207/Kconfig
index aa4be5ad9a97..fce67c1d8dbf 100644
--- a/src/superio/smsc/lpc47n207/Kconfig
+++ b/src/superio/smsc/lpc47n207/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_SMSC_LPC47N207
bool
diff --git a/src/superio/smsc/lpc47n207/Makefile.inc b/src/superio/smsc/lpc47n207/Makefile.inc
index 698999b2cf91..a25a2eb58c14 100644
--- a/src/superio/smsc/lpc47n207/Makefile.inc
+++ b/src/superio/smsc/lpc47n207/Makefile.inc
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# This file is part of the coreboot project.
bootblock-$(CONFIG_SUPERIO_SMSC_LPC47N207) += early_serial.c
romstage-$(CONFIG_SUPERIO_SMSC_LPC47N207) += early_serial.c
diff --git a/src/superio/smsc/lpc47n207/early_serial.c b/src/superio/smsc/lpc47n207/early_serial.c
index c091bc461e83..36f3b36cdef2 100644
--- a/src/superio/smsc/lpc47n207/early_serial.c
+++ b/src/superio/smsc/lpc47n207/early_serial.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <arch/io.h>
#include <device/pnp.h>
diff --git a/src/superio/smsc/lpc47n207/lpc47n207.h b/src/superio/smsc/lpc47n207/lpc47n207.h
index fe18e5277f55..a733a39521a9 100644
--- a/src/superio/smsc/lpc47n207/lpc47n207.h
+++ b/src/superio/smsc/lpc47n207/lpc47n207.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_SMSC_LPC47N207_H
#define SUPERIO_SMSC_LPC47N207_H