summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/at91sam9/usb.c
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-05-08 22:52:09 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-05-08 23:40:42 +0200
commit567fb852178dbf59529d7301620a3f3732a4b02d (patch)
tree0a580dc2fc2ef909bf952babe7890fd5602cad2e /cpu/arm926ejs/at91sam9/usb.c
parent908261f3fdb418091d8c60bfbd7eb85e5869b579 (diff)
downloadu-boot-imx-567fb852178dbf59529d7301620a3f3732a4b02d.zip
u-boot-imx-567fb852178dbf59529d7301620a3f3732a4b02d.tar.gz
u-boot-imx-567fb852178dbf59529d7301620a3f3732a4b02d.tar.bz2
Fix @ -> <at> substitution
When applying the AT91CAP9 patches upstream, something transformed the '@' character into the ' <at> ' sequence. The patch below restores the original form in all the places where it has been modified (the AT91CAP9 files, the AT91SAM9260 files which were copied from AT91CAP9, and a couple of other files where the ' <at> ' sequence was present). Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm926ejs/at91sam9/usb.c')
-rw-r--r--cpu/arm926ejs/at91sam9/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/at91sam9/usb.c b/cpu/arm926ejs/at91sam9/usb.c
index d678897..441349d 100644
--- a/cpu/arm926ejs/at91sam9/usb.c
+++ b/cpu/arm926ejs/at91sam9/usb.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2006
- * DENX Software Engineering <mk <at> denx.de>
+ * DENX Software Engineering <mk@denx.de>
*
* See file CREDITS for list of people who contributed to this
* project.