]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - patches/0014-ENGR00110586-MX31-Resolve-Copyright-issue-for-mx31.patch
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / patches / 0014-ENGR00110586-MX31-Resolve-Copyright-issue-for-mx31.patch
1 From 07f2775a77c1b2b934ac198b2ce316b6539358ab Mon Sep 17 00:00:00 2001
2 From: r65388 <r65388@freescale.com>
3 Date: Tue, 31 Mar 2009 16:21:41 +0800
4 Subject: [PATCH] ENGR00110586 MX31: Resolve Copyright issue for mx31 files
5
6 Add freescale copyright.
7
8 Signed-off-by: r65388 <r65388@freescale.com>
9 ---
10  cpu/arm926ejs/mx27/timer.c            |    4 ++++
11  include/asm-arm/arch-mx31/mx31-regs.h |    1 +
12  2 files changed, 5 insertions(+), 0 deletions(-)
13
14 diff --git a/cpu/arm926ejs/mx27/timer.c b/cpu/arm926ejs/mx27/timer.c
15 index 1e13627..982c2b4 100644
16 --- a/cpu/arm926ejs/mx27/timer.c
17 +++ b/cpu/arm926ejs/mx27/timer.c
18 @@ -10,6 +10,10 @@
19   * (C) Copyright 2002
20   * Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
21   *
22 + * (C) Copyright 2007
23 + * Sascha Hauer, Pengutronix
24 + *
25 + * (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
26   * (C) Copyright 2009
27   * Ilya Yanok, Emcraft Systems Ltd, <yanok@emcraft.com>
28   *
29 diff --git a/include/asm-arm/arch-mx31/mx31-regs.h b/include/asm-arm/arch-mx31/mx31-regs.h
30 index a8b7c10..a683a2e 100644
31 --- a/include/asm-arm/arch-mx31/mx31-regs.h
32 +++ b/include/asm-arm/arch-mx31/mx31-regs.h
33 @@ -1,5 +1,6 @@
34  /*
35   *
36 + * (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
37   * (c) 2007 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
38   *
39   * See file CREDITS for list of people who contributed to this
40 -- 
41 1.5.4.4
42