aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-08-17 17:48:50 +0800
committerStefano Babic <sbabic@denx.de>2017-08-23 10:45:25 +0200
commitfa85b0217db0ceb024e5018db979d78f97651ff6 (patch)
tree7babfd30915582dffbf77be171d93d50c210334d
parentf0e0698cee4a6410a26bdb2fbee82cfd30f31785 (diff)
downloadu-boot-fa85b0217db0ceb024e5018db979d78f97651ff6.zip
u-boot-fa85b0217db0ceb024e5018db979d78f97651ff6.tar.gz
u-boot-fa85b0217db0ceb024e5018db979d78f97651ff6.tar.bz2
imx: mx7: psci: add copyright and license
Add copyright and license header. Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
-rw-r--r--arch/arm/mach-imx/mx7/psci-mx7.c7
-rw-r--r--arch/arm/mach-imx/mx7/psci.S7
2 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx7/psci-mx7.c b/arch/arm/mach-imx/mx7/psci-mx7.c
index 502552d..7f429b0 100644
--- a/arch/arm/mach-imx/mx7/psci-mx7.c
+++ b/arch/arm/mach-imx/mx7/psci-mx7.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2015-2016 Freescale Semiconductor, Inc.
+ * Copyright 2017 NXP
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
#include <asm/io.h>
#include <asm/psci.h>
#include <asm/secure.h>
diff --git a/arch/arm/mach-imx/mx7/psci.S b/arch/arm/mach-imx/mx7/psci.S
index 96e88d6..fc5eb34 100644
--- a/arch/arm/mach-imx/mx7/psci.S
+++ b/arch/arm/mach-imx/mx7/psci.S
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2015-2016 Freescale Semiconductor, Inc.
+ * Copyright 2017 NXP
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
#include <config.h>
#include <linux/linkage.h>