diff options
author | Detlev Zundel <dzu@denx.de> | 2009-05-13 10:54:10 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-05-15 22:11:59 +0200 |
commit | 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80 (patch) | |
tree | 95370d3450ffebe4c4fb620188fd608d1076a6d2 /cpu/arm926ejs | |
parent | 5e2c08c3ac90808e9be64856916bfd6df984823c (diff) |
Fix e-mail address of Gary Jennejohn.
Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'cpu/arm926ejs')
-rw-r--r-- | cpu/arm926ejs/at91/u-boot.lds | 2 | ||||
-rw-r--r-- | cpu/arm926ejs/config.mk | 2 | ||||
-rw-r--r-- | cpu/arm926ejs/cpu.c | 2 | ||||
-rw-r--r-- | cpu/arm926ejs/davinci/timer.c | 2 | ||||
-rw-r--r-- | cpu/arm926ejs/interrupts.c | 2 | ||||
-rw-r--r-- | cpu/arm926ejs/nomadik/timer.c | 2 | ||||
-rw-r--r-- | cpu/arm926ejs/omap/reset.S | 2 | ||||
-rw-r--r-- | cpu/arm926ejs/omap/timer.c | 2 | ||||
-rw-r--r-- | cpu/arm926ejs/start.S | 2 | ||||
-rw-r--r-- | cpu/arm926ejs/versatile/reset.S | 2 | ||||
-rwxr-xr-x | cpu/arm926ejs/versatile/timer.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/cpu/arm926ejs/at91/u-boot.lds b/cpu/arm926ejs/at91/u-boot.lds index 62a3e951693..8518a1d9fe5 100644 --- a/cpu/arm926ejs/at91/u-boot.lds +++ b/cpu/arm926ejs/at91/u-boot.lds @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * See file CREDITS for list of people who contributed to this * project. diff --git a/cpu/arm926ejs/config.mk b/cpu/arm926ejs/config.mk index a57d03aa01d..885d5c134e9 100644 --- a/cpu/arm926ejs/config.mk +++ b/cpu/arm926ejs/config.mk @@ -1,6 +1,6 @@ # # (C) Copyright 2002 -# Gary Jennejohn, DENX Software Engineering, <gj@denx.de> +# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> # # See file CREDITS for list of people who contributed to this # project. diff --git a/cpu/arm926ejs/cpu.c b/cpu/arm926ejs/cpu.c index 6307e3389d8..518c5e0b3fb 100644 --- a/cpu/arm926ejs/cpu.c +++ b/cpu/arm926ejs/cpu.c @@ -4,7 +4,7 @@ * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 - * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * See file CREDITS for list of people who contributed to this * project. diff --git a/cpu/arm926ejs/davinci/timer.c b/cpu/arm926ejs/davinci/timer.c index 773735a1c89..2604d57f320 100644 --- a/cpu/arm926ejs/davinci/timer.c +++ b/cpu/arm926ejs/davinci/timer.c @@ -11,7 +11,7 @@ * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002-2004 - * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * (C) Copyright 2004 * Philippe Robin, ARM Ltd. <philippe.robin@arm.com> diff --git a/cpu/arm926ejs/interrupts.c b/cpu/arm926ejs/interrupts.c index 7a41f0b12d8..ce979f3d87b 100644 --- a/cpu/arm926ejs/interrupts.c +++ b/cpu/arm926ejs/interrupts.c @@ -11,7 +11,7 @@ * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002-2004 - * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * (C) Copyright 2004 * Philippe Robin, ARM Ltd. <philippe.robin@arm.com> diff --git a/cpu/arm926ejs/nomadik/timer.c b/cpu/arm926ejs/nomadik/timer.c index 2b2208c9bb3..960cf52dfbc 100644 --- a/cpu/arm926ejs/nomadik/timer.c +++ b/cpu/arm926ejs/nomadik/timer.c @@ -11,7 +11,7 @@ * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002-2004 - * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * (C) Copyright 2004 * Philippe Robin, ARM Ltd. <philippe.robin@arm.com> diff --git a/cpu/arm926ejs/omap/reset.S b/cpu/arm926ejs/omap/reset.S index e8989028e24..4b20756d1b6 100644 --- a/cpu/arm926ejs/omap/reset.S +++ b/cpu/arm926ejs/omap/reset.S @@ -7,7 +7,7 @@ * * Copyright (c) 2001 Marius Gröger <mag@sysgo.de> * Copyright (c) 2002 Alex Züpke <azu@sysgo.de> - * Copyright (c) 2002 Gary Jennejohn <gj@denx.de> + * Copyright (c) 2002 Gary Jennejohn <garyj@denx.de> * Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com> * Copyright (c) 2003 Kshitij <kshitij@ti.com> * diff --git a/cpu/arm926ejs/omap/timer.c b/cpu/arm926ejs/omap/timer.c index bedc2e75442..97f97712f4e 100644 --- a/cpu/arm926ejs/omap/timer.c +++ b/cpu/arm926ejs/omap/timer.c @@ -11,7 +11,7 @@ * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002-2004 - * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * (C) Copyright 2004 * Philippe Robin, ARM Ltd. <philippe.robin@arm.com> diff --git a/cpu/arm926ejs/start.S b/cpu/arm926ejs/start.S index ed4932a1368..0275b665021 100644 --- a/cpu/arm926ejs/start.S +++ b/cpu/arm926ejs/start.S @@ -7,7 +7,7 @@ * * Copyright (c) 2001 Marius Gröger <mag@sysgo.de> * Copyright (c) 2002 Alex Züpke <azu@sysgo.de> - * Copyright (c) 2002 Gary Jennejohn <gj@denx.de> + * Copyright (c) 2002 Gary Jennejohn <garyj@denx.de> * Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com> * Copyright (c) 2003 Kshitij <kshitij@ti.com> * diff --git a/cpu/arm926ejs/versatile/reset.S b/cpu/arm926ejs/versatile/reset.S index e8989028e24..4b20756d1b6 100644 --- a/cpu/arm926ejs/versatile/reset.S +++ b/cpu/arm926ejs/versatile/reset.S @@ -7,7 +7,7 @@ * * Copyright (c) 2001 Marius Gröger <mag@sysgo.de> * Copyright (c) 2002 Alex Züpke <azu@sysgo.de> - * Copyright (c) 2002 Gary Jennejohn <gj@denx.de> + * Copyright (c) 2002 Gary Jennejohn <garyj@denx.de> * Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com> * Copyright (c) 2003 Kshitij <kshitij@ti.com> * diff --git a/cpu/arm926ejs/versatile/timer.c b/cpu/arm926ejs/versatile/timer.c index 9ac867ed03e..66976725747 100755 --- a/cpu/arm926ejs/versatile/timer.c +++ b/cpu/arm926ejs/versatile/timer.c @@ -11,7 +11,7 @@ * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002-2004 - * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * (C) Copyright 2004 * Philippe Robin, ARM Ltd. <philippe.robin@arm.com> |