~ubuntu-branches/ubuntu/maverick/uboot-imx/maverick

« back to all changes in this revision

Viewing changes to debian/patches/0017-ENGR00110586-MX31-Resolve-Copyright-issue-for-mx31.patch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2009-07-09 10:31:28 UTC
  • Revision ID: james.westby@ubuntu.com-20090709103128-vygh81r4s0q2fyff
Tags: 2009.01-0ubuntu1
Initial release (LP: #398785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From cb4c05f8d869406646a0d14152cb9bcacc5dd273 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/arm1136/mx31/interrupts.c         |    1 +
 
11
 include/asm-arm/arch-mx31/mx31-regs.h |    1 +
 
12
 2 files changed, 2 insertions(+), 0 deletions(-)
 
13
 
 
14
diff --git a/cpu/arm1136/mx31/interrupts.c b/cpu/arm1136/mx31/interrupts.c
 
15
index 7ad7001..82cc77f 100644
 
16
--- a/cpu/arm1136/mx31/interrupts.c
 
17
+++ b/cpu/arm1136/mx31/interrupts.c
 
18
@@ -1,4 +1,5 @@
 
19
 /*
 
20
+ * (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
 
21
  * (C) Copyright 2007
 
22
  * Sascha Hauer, Pengutronix
 
23
  *
 
24
diff --git a/include/asm-arm/arch-mx31/mx31-regs.h b/include/asm-arm/arch-mx31/mx31-regs.h
 
25
index 83ac646..321c8b2 100644
 
26
--- a/include/asm-arm/arch-mx31/mx31-regs.h
 
27
+++ b/include/asm-arm/arch-mx31/mx31-regs.h
 
28
@@ -1,5 +1,6 @@
 
29
 /*
 
30
  *
 
31
+ * (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
 
32
  * (c) 2007 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
 
33
  *
 
34
  * See file CREDITS for list of people who contributed to this
 
35
-- 
 
36
1.5.4.4
 
37