aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8528e
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8528e')
-rw-r--r--src/superio/ite/it8528e/Kconfig1
-rw-r--r--src/superio/ite/it8528e/Makefile.inc1
-rw-r--r--src/superio/ite/it8528e/it8528e.h1
-rw-r--r--src/superio/ite/it8528e/superio.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/ite/it8528e/Kconfig b/src/superio/ite/it8528e/Kconfig
index da5eeed879..07d8cc6458 100644
--- a/src/superio/ite/it8528e/Kconfig
+++ b/src/superio/ite/it8528e/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_ITE_IT8528E
bool
diff --git a/src/superio/ite/it8528e/Makefile.inc b/src/superio/ite/it8528e/Makefile.inc
index b16c3d23cd..a69498393d 100644
--- a/src/superio/ite/it8528e/Makefile.inc
+++ b/src/superio/ite/it8528e/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_IT8528E) += superio.c
diff --git a/src/superio/ite/it8528e/it8528e.h b/src/superio/ite/it8528e/it8528e.h
index af9c582cd8..13e723c9be 100644
--- a/src/superio/ite/it8528e/it8528e.h
+++ b/src/superio/ite/it8528e/it8528e.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8528E_H
#define SUPERIO_ITE_IT8528E_H
diff --git a/src/superio/ite/it8528e/superio.c b/src/superio/ite/it8528e/superio.c
index 33e8003fd5..d135c0b573 100644
--- a/src/superio/ite/it8528e/superio.c
+++ b/src/superio/ite/it8528e/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>