summaryrefslogtreecommitdiffstats
path: root/src/superio/winbond/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/common')
-rw-r--r--src/superio/winbond/common/Kconfig1
-rw-r--r--src/superio/winbond/common/early_init.c1
-rw-r--r--src/superio/winbond/common/winbond.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/superio/winbond/common/Kconfig b/src/superio/winbond/common/Kconfig
index 5adcc51b5a86..1c5c604a60ca 100644
--- a/src/superio/winbond/common/Kconfig
+++ b/src/superio/winbond/common/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
# Generic Winbond romstage driver - Just enough UART initialisation code for
# romstage.
diff --git a/src/superio/winbond/common/early_init.c b/src/superio/winbond/common/early_init.c
index 0e9e8626ba9c..4b9497e40b5b 100644
--- a/src/superio/winbond/common/early_init.c
+++ b/src/superio/winbond/common/early_init.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
/*
* A generic romstage (pre-ram) driver for various Winbond Super I/O chips.
diff --git a/src/superio/winbond/common/winbond.h b/src/superio/winbond/common/winbond.h
index 58297e59d0c7..49bd820fd015 100644
--- a/src/superio/winbond/common/winbond.h
+++ b/src/superio/winbond/common/winbond.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef SUPERIO_WINBOND_COMMON_PRE_RAM_H
#define SUPERIO_WINBOND_COMMON_PRE_RAM_H