summaryrefslogtreecommitdiff
path: root/board/h2200
diff options
context:
space:
mode:
Diffstat (limited to 'board/h2200')
-rw-r--r--board/h2200/Makefile4
-rw-r--r--board/h2200/h2200-header.S3
-rw-r--r--board/h2200/h2200.c3
3 files changed, 3 insertions, 7 deletions
diff --git a/board/h2200/Makefile b/board/h2200/Makefile
index e516e916b4..690b766178 100644
--- a/board/h2200/Makefile
+++ b/board/h2200/Makefile
@@ -1,10 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0+
#
# h2200 Support
#
# Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
obj-y := h2200.o
diff --git a/board/h2200/h2200-header.S b/board/h2200/h2200-header.S
index ac2e6b4ba7..be8b7fb923 100644
--- a/board/h2200/h2200-header.S
+++ b/board/h2200/h2200-header.S
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* iPAQ h2200 header
*
* Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
.word 0xea0003fe /* b 0x1000 */
diff --git a/board/h2200/h2200.c b/board/h2200/h2200.c
index 2a2b7979f1..e1b7b2ce8a 100644
--- a/board/h2200/h2200.c
+++ b/board/h2200/h2200.c
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* iPAQ h2200 board configuration
*
* Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>