diff options
author | Stelian Pop <stelian@popies.net> | 2011-11-01 00:00:39 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-29 15:43:38 +0100 |
commit | c9e798d35a2995931418d204141d13c019306d8c (patch) | |
tree | 9a664d5ab8d5d71e0e117ad4f05ff759f34a2f01 /board/atmel/at91sam9260ek | |
parent | debef5cd9e362645cc4ae7a4dcc035175c2fb170 (diff) | |
download | u-boot-imx-c9e798d35a2995931418d204141d13c019306d8c.zip u-boot-imx-c9e798d35a2995931418d204141d13c019306d8c.tar.gz u-boot-imx-c9e798d35a2995931418d204141d13c019306d8c.tar.bz2 |
Fix Stelian's email address
Change my old email address which is no longer valid.
Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'board/atmel/at91sam9260ek')
-rw-r--r-- | board/atmel/at91sam9260ek/Makefile | 2 | ||||
-rw-r--r-- | board/atmel/at91sam9260ek/at91sam9260ek.c | 2 | ||||
-rw-r--r-- | board/atmel/at91sam9260ek/led.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/board/atmel/at91sam9260ek/Makefile b/board/atmel/at91sam9260ek/Makefile index b9ecc88..66706eb 100644 --- a/board/atmel/at91sam9260ek/Makefile +++ b/board/atmel/at91sam9260ek/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net> # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9260ek/at91sam9260ek.c b/board/atmel/at91sam9260ek/at91sam9260ek.c index b3ed91d..2555672 100644 --- a/board/atmel/at91sam9260ek/at91sam9260ek.c +++ b/board/atmel/at91sam9260ek/at91sam9260ek.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net> * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9260ek/led.c b/board/atmel/at91sam9260ek/led.c index daf81e8..9bdd385 100644 --- a/board/atmel/at91sam9260ek/led.c +++ b/board/atmel/at91sam9260ek/led.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net> * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this |