summaryrefslogtreecommitdiff
path: root/board/ms7722se
diff options
context:
space:
mode:
Diffstat (limited to 'board/ms7722se')
-rw-r--r--board/ms7722se/Makefile2
-rw-r--r--board/ms7722se/lowlevel_init.S3
-rw-r--r--board/ms7722se/ms7722se.c3
3 files changed, 3 insertions, 5 deletions
diff --git a/board/ms7722se/Makefile b/board/ms7722se/Makefile
index 808d459975..4c0b87a805 100644
--- a/board/ms7722se/Makefile
+++ b/board/ms7722se/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2007
# Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
@@ -7,7 +8,6 @@
#
# board/ms7722se/Makefile
#
-# SPDX-License-Identifier: GPL-2.0+
obj-y := ms7722se.o
extra-y += lowlevel_init.o
diff --git a/board/ms7722se/lowlevel_init.S b/board/ms7722se/lowlevel_init.S
index a62404fdc1..d4484ef1f0 100644
--- a/board/ms7722se/lowlevel_init.S
+++ b/board/ms7722se/lowlevel_init.S
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2007
* Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
@@ -6,8 +7,6 @@
* Kenati Technologies, Inc.
*
* board/ms7722se/lowlevel_init.S
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <config.h>
diff --git a/board/ms7722se/ms7722se.c b/board/ms7722se/ms7722se.c
index 869b415ba9..32a90547f9 100644
--- a/board/ms7722se/ms7722se.c
+++ b/board/ms7722se/ms7722se.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2007,2008
* Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
@@ -6,8 +7,6 @@
* Kenati Technologies, Inc.
*
* board/ms7722se/ms7722se.c
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>