diff options
Diffstat (limited to 'src/superio/renesas')
-rw-r--r-- | src/superio/renesas/Makefile.inc | 1 | ||||
-rw-r--r-- | src/superio/renesas/m3885x/Kconfig | 1 | ||||
-rw-r--r-- | src/superio/renesas/m3885x/Makefile.inc | 1 | ||||
-rw-r--r-- | src/superio/renesas/m3885x/superio.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/renesas/Makefile.inc b/src/superio/renesas/Makefile.inc index b45c63e75d..9c51f10f5c 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 edd2a06fce..73db1b3164 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 4753f08506..630f52159c 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 e860c4293f..293fe0efb9 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> |