summaryrefslogtreecommitdiff
path: root/board/syteco
diff options
context:
space:
mode:
Diffstat (limited to 'board/syteco')
-rw-r--r--board/syteco/zmx25/Makefile4
-rw-r--r--board/syteco/zmx25/lowlevel_init.S3
-rw-r--r--board/syteco/zmx25/zmx25.c3
3 files changed, 3 insertions, 7 deletions
diff --git a/board/syteco/zmx25/Makefile b/board/syteco/zmx25/Makefile
index d5edb48ab81..49b3a8f1890 100644
--- a/board/syteco/zmx25/Makefile
+++ b/board/syteco/zmx25/Makefile
@@ -1,9 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
#
# (c) 2010 Graf-Syteco, Matthias Weisser
# <weisserm@arcor.de>
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
obj-y += zmx25.o
obj-y += lowlevel_init.o
diff --git a/board/syteco/zmx25/lowlevel_init.S b/board/syteco/zmx25/lowlevel_init.S
index 5eccf09a74b..7df93988412 100644
--- a/board/syteco/zmx25/lowlevel_init.S
+++ b/board/syteco/zmx25/lowlevel_init.S
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2011
* Matthias Weisser <weisserm@arcor.de>
@@ -7,8 +8,6 @@
*
* Based on U-Boot and RedBoot sources for several different i.mx
* platforms.
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <asm/macro.h>
diff --git a/board/syteco/zmx25/zmx25.c b/board/syteco/zmx25/zmx25.c
index 85fda13188d..d2318457b43 100644
--- a/board/syteco/zmx25/zmx25.c
+++ b/board/syteco/zmx25/zmx25.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* (c) 2011 Graf-Syteco, Matthias Weisser
* <weisserm@arcor.de>
@@ -11,8 +12,6 @@
* Copyright (C) 2009 Ilya Yanok <yanok@emcraft.com>
* And:
* RedBoot tx25_misc.c Copyright (C) 2009 Red Hat
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <asm/gpio.h>