summaryrefslogtreecommitdiff
path: root/board/seco/common
diff options
context:
space:
mode:
Diffstat (limited to 'board/seco/common')
-rw-r--r--board/seco/common/Makefile4
-rw-r--r--board/seco/common/mx6.c3
2 files changed, 2 insertions, 5 deletions
diff --git a/board/seco/common/Makefile b/board/seco/common/Makefile
index 293cf5f65b..4220e89bc5 100644
--- a/board/seco/common/Makefile
+++ b/board/seco/common/Makefile
@@ -1,5 +1,3 @@
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
+# SPDX-License-Identifier: GPL-2.0+
obj-$(CONFIG_TARGET_SECOMX6) += mx6.o
diff --git a/board/seco/common/mx6.c b/board/seco/common/mx6.c
index ad4bb5bed7..fd7008a776 100644
--- a/board/seco/common/mx6.c
+++ b/board/seco/common/mx6.c
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2013 Freescale Semiconductor, Inc.
* Copyright (C) 2015 ECA Sinters
*
* Author: Fabio Estevam <fabio.estevam@freescale.com>
* Modified by: Boris Brezillon <boris.brezillon@free-electrons.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <asm/arch/clock.h>