summaryrefslogtreecommitdiff
path: root/board/renesas/rsk7264
diff options
context:
space:
mode:
Diffstat (limited to 'board/renesas/rsk7264')
-rw-r--r--board/renesas/rsk7264/Makefile3
-rw-r--r--board/renesas/rsk7264/lowlevel_init.S3
-rw-r--r--board/renesas/rsk7264/rsk7264.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/board/renesas/rsk7264/Makefile b/board/renesas/rsk7264/Makefile
index 9d56d07821..476de43069 100644
--- a/board/renesas/rsk7264/Makefile
+++ b/board/renesas/rsk7264/Makefile
@@ -1,8 +1,7 @@
#
# Copyright (C) 2011 Renesas Electronics Europe Ltd.
#
-# This file is released under the terms of GPL v2 and any later version.
-# See the file COPYING in the root directory of the source tree for details.
+# SPDX-License-Identifier: GPL-2.0+
include $(TOPDIR)/config.mk
diff --git a/board/renesas/rsk7264/lowlevel_init.S b/board/renesas/rsk7264/lowlevel_init.S
index 39acfa7626..1a7d27d179 100644
--- a/board/renesas/rsk7264/lowlevel_init.S
+++ b/board/renesas/rsk7264/lowlevel_init.S
@@ -5,8 +5,7 @@
*
* Based on board/renesas/rsk7203/lowlevel_init.S
*
- * This file is released under the terms of GPL v2 and any later version.
- * See the file COPYING in the root directory of the source tree for details.
+ * SPDX-License-Identifier: GPL-2.0+
*/
#include <config.h>
#include <version.h>
diff --git a/board/renesas/rsk7264/rsk7264.c b/board/renesas/rsk7264/rsk7264.c
index c23815d7a8..d938b3a7b6 100644
--- a/board/renesas/rsk7264/rsk7264.c
+++ b/board/renesas/rsk7264/rsk7264.c
@@ -5,8 +5,7 @@
*
* Based on u-boot/board/rsk7264/rsk7203.c
*
- * This file is released under the terms of GPL v2 and any later version.
- * See the file COPYING in the root directory of the source tree for details.
+ * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>