summaryrefslogtreecommitdiffstats
path: root/src/superio/nuvoton/nct5539d
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nuvoton/nct5539d')
-rw-r--r--src/superio/nuvoton/nct5539d/Kconfig1
-rw-r--r--src/superio/nuvoton/nct5539d/Makefile.inc1
-rw-r--r--src/superio/nuvoton/nct5539d/nct5539d.h1
-rw-r--r--src/superio/nuvoton/nct5539d/superio.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/nuvoton/nct5539d/Kconfig b/src/superio/nuvoton/nct5539d/Kconfig
index cf2d950ee781..440775f13e2b 100644
--- a/src/superio/nuvoton/nct5539d/Kconfig
+++ b/src/superio/nuvoton/nct5539d/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_NUVOTON_NCT5539D
bool
diff --git a/src/superio/nuvoton/nct5539d/Makefile.inc b/src/superio/nuvoton/nct5539d/Makefile.inc
index 832c81f7cbc8..ec659664bd39 100644
--- a/src/superio/nuvoton/nct5539d/Makefile.inc
+++ b/src/superio/nuvoton/nct5539d/Makefile.inc
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_NUVOTON_NCT5539D) += superio.c
ramstage-$(CONFIG_SUPERIO_NUVOTON_NCT5539D) += ../../common/ssdt.c
diff --git a/src/superio/nuvoton/nct5539d/nct5539d.h b/src/superio/nuvoton/nct5539d/nct5539d.h
index 9d290d35503b..b83b045c71d2 100644
--- a/src/superio/nuvoton/nct5539d/nct5539d.h
+++ b/src/superio/nuvoton/nct5539d/nct5539d.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_NUVOTON_NCT5539D_H
#define SUPERIO_NUVOTON_NCT5539D_H
diff --git a/src/superio/nuvoton/nct5539d/superio.c b/src/superio/nuvoton/nct5539d/superio.c
index 95e2e27836ee..ff37f5cefd38 100644
--- a/src/superio/nuvoton/nct5539d/superio.c
+++ b/src/superio/nuvoton/nct5539d/superio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>