aboutsummaryrefslogtreecommitdiff
path: root/src/superio/renesas
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/renesas')
-rw-r--r--src/superio/renesas/Kconfig4
-rw-r--r--src/superio/renesas/Makefile.inc4
-rw-r--r--src/superio/renesas/m3885x/Makefile.inc4
-rw-r--r--src/superio/renesas/m3885x/superio.c4
4 files changed, 0 insertions, 16 deletions
diff --git a/src/superio/renesas/Kconfig b/src/superio/renesas/Kconfig
index 1112e31aa3..8f48abbf2e 100644
--- a/src/superio/renesas/Kconfig
+++ b/src/superio/renesas/Kconfig
@@ -12,10 +12,6 @@
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc.
-##
config SUPERIO_RENESAS_M3885X
bool
diff --git a/src/superio/renesas/Makefile.inc b/src/superio/renesas/Makefile.inc
index 46e6c40547..b8df976e8d 100644
--- a/src/superio/renesas/Makefile.inc
+++ b/src/superio/renesas/Makefile.inc
@@ -12,9 +12,5 @@
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc.
-##
subdirs-y += m3885x
diff --git a/src/superio/renesas/m3885x/Makefile.inc b/src/superio/renesas/m3885x/Makefile.inc
index 4bc379ae2a..5a418d1954 100644
--- a/src/superio/renesas/m3885x/Makefile.inc
+++ b/src/superio/renesas/m3885x/Makefile.inc
@@ -12,9 +12,5 @@
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc.
-##
ramstage-$(CONFIG_SUPERIO_RENESAS_M3885X) += superio.c
diff --git a/src/superio/renesas/m3885x/superio.c b/src/superio/renesas/m3885x/superio.c
index 6934f778e9..1f30bfe98e 100644
--- a/src/superio/renesas/m3885x/superio.c
+++ b/src/superio/renesas/m3885x/superio.c
@@ -11,10 +11,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc.
*/
#include <arch/io.h>