diff mbox

[U-Boot] imx: mx7: psci: add copyright and license

Message ID 1502963330-10811-1-git-send-email-peng.fan@nxp.com
State Accepted
Commit fa85b0217db0ceb024e5018db979d78f97651ff6
Delegated to: Stefano Babic
Headers show

Commit Message

Peng Fan Aug. 17, 2017, 9:48 a.m. UTC
Add copyright and license header.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 arch/arm/mach-imx/mx7/psci-mx7.c | 7 +++++++
 arch/arm/mach-imx/mx7/psci.S     | 7 +++++++
 2 files changed, 14 insertions(+)

Comments

Stefano Babic Aug. 23, 2017, 2:12 p.m. UTC | #1
On 17/08/2017 11:48, Peng Fan wrote:
> Add copyright and license header.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>  arch/arm/mach-imx/mx7/psci-mx7.c | 7 +++++++
>  arch/arm/mach-imx/mx7/psci.S     | 7 +++++++
>  2 files changed, 14 insertions(+)
> 
> 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>
>  
> 

Applied to u-boot-imx -master, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

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>