aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8786e
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8786e')
-rw-r--r--src/superio/ite/it8786e/Kconfig1
-rw-r--r--src/superio/ite/it8786e/Makefile.inc1
-rw-r--r--src/superio/ite/it8786e/acpi/superio.asl1
-rw-r--r--src/superio/ite/it8786e/chip.h1
-rw-r--r--src/superio/ite/it8786e/it8786e.h1
-rw-r--r--src/superio/ite/it8786e/superio.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/superio/ite/it8786e/Kconfig b/src/superio/ite/it8786e/Kconfig
index 19920859ac..332f6020c6 100644
--- a/src/superio/ite/it8786e/Kconfig
+++ b/src/superio/ite/it8786e/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_ITE_IT8786E
bool
diff --git a/src/superio/ite/it8786e/Makefile.inc b/src/superio/ite/it8786e/Makefile.inc
index 6d30694f20..f7963f81dc 100644
--- a/src/superio/ite/it8786e/Makefile.inc
+++ b/src/superio/ite/it8786e/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_IT8786E) += superio.c
diff --git a/src/superio/ite/it8786e/acpi/superio.asl b/src/superio/ite/it8786e/acpi/superio.asl
index dc45b60fd2..847f51b7ec 100644
--- a/src/superio/ite/it8786e/acpi/superio.asl
+++ b/src/superio/ite/it8786e/acpi/superio.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
/*
* Include this file into a mainboard's DSDT _SB device tree and it will
diff --git a/src/superio/ite/it8786e/chip.h b/src/superio/ite/it8786e/chip.h
index abac0f3a39..bc7c5f6bf5 100644
--- a/src/superio/ite/it8786e/chip.h
+++ b/src/superio/ite/it8786e/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_IT8786E_CHIP_H
#define SUPERIO_ITE_IT8786E_CHIP_H
diff --git a/src/superio/ite/it8786e/it8786e.h b/src/superio/ite/it8786e/it8786e.h
index 4c74f82ac7..b8e8421dd4 100644
--- a/src/superio/ite/it8786e/it8786e.h
+++ b/src/superio/ite/it8786e/it8786e.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8786E_H
#define SUPERIO_ITE_IT8786E_H
diff --git a/src/superio/ite/it8786e/superio.c b/src/superio/ite/it8786e/superio.c
index ba1bfa3c7a..55fff9154d 100644
--- a/src/superio/ite/it8786e/superio.c
+++ b/src/superio/ite/it8786e/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>