aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nuvoton/npcd378
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nuvoton/npcd378')
-rw-r--r--src/superio/nuvoton/npcd378/Kconfig1
-rw-r--r--src/superio/nuvoton/npcd378/Makefile.inc1
-rw-r--r--src/superio/nuvoton/npcd378/acpi/superio.asl1
-rw-r--r--src/superio/nuvoton/npcd378/npcd378.h1
-rw-r--r--src/superio/nuvoton/npcd378/superio.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/superio/nuvoton/npcd378/Kconfig b/src/superio/nuvoton/npcd378/Kconfig
index f3eb932aa7..9a28bef65a 100644
--- a/src/superio/nuvoton/npcd378/Kconfig
+++ b/src/superio/nuvoton/npcd378/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_NUVOTON_NPCD378
bool
diff --git a/src/superio/nuvoton/npcd378/Makefile.inc b/src/superio/nuvoton/npcd378/Makefile.inc
index e70d69b0f0..35f3eda3dd 100644
--- a/src/superio/nuvoton/npcd378/Makefile.inc
+++ b/src/superio/nuvoton/npcd378/Makefile.inc
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_NUVOTON_NPCD378) += superio.c
ramstage-$(CONFIG_SUPERIO_NUVOTON_NPCD378) += ../../common/ssdt.c
diff --git a/src/superio/nuvoton/npcd378/acpi/superio.asl b/src/superio/nuvoton/npcd378/acpi/superio.asl
index cffe33f9a8..bf511db20f 100644
--- a/src/superio/nuvoton/npcd378/acpi/superio.asl
+++ b/src/superio/nuvoton/npcd378/acpi/superio.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
External (\_SB.PCI0.LPCB.SIO0, DeviceObj)
External (\_SB.PCI0.LPCB.SIO0.SIOS, MethodObj)
diff --git a/src/superio/nuvoton/npcd378/npcd378.h b/src/superio/nuvoton/npcd378/npcd378.h
index 98d50e53a0..31026bb731 100644
--- a/src/superio/nuvoton/npcd378/npcd378.h
+++ b/src/superio/nuvoton/npcd378/npcd378.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_NUVOTON_NPCD378_H
#define SUPERIO_NUVOTON_NPCD378_H
diff --git a/src/superio/nuvoton/npcd378/superio.c b/src/superio/nuvoton/npcd378/superio.c
index 6feee5e9da..628bd4e379 100644
--- a/src/superio/nuvoton/npcd378/superio.c
+++ b/src/superio/nuvoton/npcd378/superio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <arch/io.h>
#include <console/console.h>