summaryrefslogtreecommitdiffstats
path: root/src/superio/renesas
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/renesas')
-rw-r--r--src/superio/renesas/Makefile.inc1
-rw-r--r--src/superio/renesas/m3885x/Kconfig1
-rw-r--r--src/superio/renesas/m3885x/Makefile.inc1
-rw-r--r--src/superio/renesas/m3885x/superio.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/renesas/Makefile.inc b/src/superio/renesas/Makefile.inc
index b45c63e75d56..9c51f10f5c04 100644
--- a/src/superio/renesas/Makefile.inc
+++ b/src/superio/renesas/Makefile.inc
@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
subdirs-y += m3885x
diff --git a/src/superio/renesas/m3885x/Kconfig b/src/superio/renesas/m3885x/Kconfig
index edd2a06fce55..73db1b316458 100644
--- a/src/superio/renesas/m3885x/Kconfig
+++ b/src/superio/renesas/m3885x/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
config SUPERIO_RENESAS_M3885X
bool
diff --git a/src/superio/renesas/m3885x/Makefile.inc b/src/superio/renesas/m3885x/Makefile.inc
index 4753f0850653..630f52159cb3 100644
--- a/src/superio/renesas/m3885x/Makefile.inc
+++ b/src/superio/renesas/m3885x/Makefile.inc
@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_RENESAS_M3885X) += superio.c
diff --git a/src/superio/renesas/m3885x/superio.c b/src/superio/renesas/m3885x/superio.c
index e860c4293f84..293fe0efb9d0 100644
--- a/src/superio/renesas/m3885x/superio.c
+++ b/src/superio/renesas/m3885x/superio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>