summaryrefslogtreecommitdiffstats
path: root/src/superio/ite/it8623e
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8623e')
-rw-r--r--src/superio/ite/it8623e/Kconfig1
-rw-r--r--src/superio/ite/it8623e/Makefile.inc1
-rw-r--r--src/superio/ite/it8623e/chip.h1
-rw-r--r--src/superio/ite/it8623e/it8623e.h1
-rw-r--r--src/superio/ite/it8623e/superio.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/superio/ite/it8623e/Kconfig b/src/superio/ite/it8623e/Kconfig
index 8cac5784c21b..ea57a35e0a18 100644
--- a/src/superio/ite/it8623e/Kconfig
+++ b/src/superio/ite/it8623e/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_ITE_IT8623E
bool
diff --git a/src/superio/ite/it8623e/Makefile.inc b/src/superio/ite/it8623e/Makefile.inc
index b196f9e9a264..6b02ae1341eb 100644
--- a/src/superio/ite/it8623e/Makefile.inc
+++ b/src/superio/ite/it8623e/Makefile.inc
@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_ITE_IT8623E) += superio.c
diff --git a/src/superio/ite/it8623e/chip.h b/src/superio/ite/it8623e/chip.h
index 24cdcf300c86..7c4a5124882d 100644
--- a/src/superio/ite/it8623e/chip.h
+++ b/src/superio/ite/it8623e/chip.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8623E_CHIP_H
#define SUPERIO_ITE_IT8623E_CHIP_H
diff --git a/src/superio/ite/it8623e/it8623e.h b/src/superio/ite/it8623e/it8623e.h
index dafc0c9a5003..de37b0a5b873 100644
--- a/src/superio/ite/it8623e/it8623e.h
+++ b/src/superio/ite/it8623e/it8623e.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8623E_H
#define SUPERIO_ITE_IT8623E_H
diff --git a/src/superio/ite/it8623e/superio.c b/src/superio/ite/it8623e/superio.c
index a085d355c1f5..ca3455ae1e83 100644
--- a/src/superio/ite/it8623e/superio.c
+++ b/src/superio/ite/it8623e/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>